Skip to content

Commit

Permalink
Merge pull request #17 from tanakakc/patch-1
Browse files Browse the repository at this point in the history
Migrate set-output to $GITHUB_OUTPUT
  • Loading branch information
znz committed Jan 21, 2023
2 parents 420637b + 76b4618 commit 65e431f
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/cruby.json' | jq -c '. - ["2.7"]')
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 65e431f

Please sign in to comment.