aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:40:29 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 02:40:29 +0100
commit19d90b54177d648ff4cf2cb4073cdb46bc60da5e (patch)
tree3235cead0e7b23cc228fb51368a4ea21770fa6fe
parentworkflows/test: disable x86 Cygwin (diff)
downloadsetup-gcc-19d90b54177d648ff4cf2cb4073cdb46bc60da5e.tar.gz
setup-gcc-19d90b54177d648ff4cf2cb4073cdb46bc60da5e.zip
set-output is deprecated
-rw-r--r--action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.yml b/action.yml
index 9ddd7b2..0765af2 100644
--- a/action.yml
+++ b/action.yml
@@ -120,8 +120,8 @@ runs:
throw "Sorry, installing GCC is unsupported on $os"
}
- echo "::set-output name=gcc::$gcc"
- echo "::set-output name=gxx::$gxx"
+ echo "gcc=$gcc" >> $env:GITHUB_OUTPUT
+ echo "gxx=$gxx" >> $env:GITHUB_OUTPUT
shell: pwsh
- run: |