Skip to content

Commit 0e3395f

Browse files
authored
Merge pull request #106 from ruby/znz-patch-1
Migrate `set-output` to `$GITHUB_OUTPUT`
2 parents 625207b + c18a652 commit 0e3395f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- id: versions
1212
run: |
1313
versions=$(curl -s 'https://cache.ruby-lang.org/pub/misc/ci_versions/all.json' | jq -c '. + ["2.5"]')
14-
echo "::set-output name=value::${versions}"
14+
echo "value=${versions}" >> $GITHUB_OUTPUT
1515
test:
1616
needs: ruby-versions
1717
name: build (${{ matrix.ruby }} / ${{ matrix.os }})

0 commit comments

Comments
 (0)