Skip to content

Commit

Permalink
Use GITHUB_OUTPUT instead of deprecated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
sato11 committed Dec 7, 2022
1 parent 0ed5794 commit 4b5f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- id: versions
run: |
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/all.json' | jq -c '. + ["2.4"]')
echo "::set-output name=value::${versions}"
echo "value=${versions}" >> $GITHUB_OUTPUT
test:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
Expand Down

0 comments on commit 4b5f6ca

Please sign in to comment.