Skip to content

Commit cdf46c1

Browse files
authoredJan 21, 2023
1 parent 39414f3 commit cdf46c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- id: versions
1616
run: |
1717
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/cruby.json' | jq -c '. + ["jruby", "truffleruby-head"]')
18-
echo "::set-output name=value::${versions}"
18+
echo "value=${versions}" >> $GITHUB_OUTPUT
1919
test:
2020
needs: ruby-versions
2121
name: build (${{ matrix.ruby }} / ${{ matrix.os }})

0 commit comments

Comments
 (0)
Please sign in to comment.