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 963e616 commit 262309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 262309e

Please sign in to comment.