Skip to content

Commit 2f58c69

Browse files
committed
Update the dependency on actions/checkout.
The new version uses Node.js 16 (eliminating warnings about Node.js 12 deprecation).
1 parent e52c056 commit 2f58c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
continue-on-error: ${{ matrix.experimental }}
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151
- 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')
5252
uses: philr/setup-ruby@legacy-v1
5353
with:

0 commit comments

Comments
 (0)