Skip to content

Commit

Permalink
Update the dependency on actions/checkout.
Browse files Browse the repository at this point in the history
The new version uses Node.js 16 (eliminating warnings about Node.js 12
deprecation).
  • Loading branch information
philr committed Oct 12, 2022
1 parent e52c056 commit 2f58c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- if: startsWith(matrix.ruby, '1.8') || (startsWith(matrix.ruby, '1.9') && startsWith(matrix.os, 'windows')) || (startsWith(matrix.ruby, '2.0') && startsWith(matrix.os, 'windows') && matrix.architecture == 'x86') || startsWith(matrix.ruby, 'jruby-1.7') || startsWith(matrix.ruby, 'jruby-9.0')
uses: philr/setup-ruby@legacy-v1
with:
Expand Down

0 comments on commit 2f58c69

Please sign in to comment.