Merge pull request #1810 from mmorel-35/set-output

fix: deprecated set-output
pull/1172/merge
shirou 1 week ago committed by GitHub
commit 60463721ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ jobs:
- id: versions
run: |
versions=$(curl -s 'https://go.dev/dl/?mode=json' | jq -c 'map(.version[2:])')
echo "::set-output name=value::${versions}"
echo "value=${versions}" >> $GITHUB_OUTPUT
build_test:
needs: go-versions
strategy:

@ -22,7 +22,7 @@ jobs:
- id: versions
run: |
versions=$(curl -s 'https://go.dev/dl/?mode=json' | jq -c 'map(.version[2:])')
echo "::set-output name=value::${versions}"
echo "value=${versions}" >> $GITHUB_OUTPUT
test:
needs: go-versions
strategy:

Loading…
Cancel
Save