Skip to content

Commit 3891b99

Browse files
authored
Merge pull request #590 from dhstewart/use-node16
Update actions/checkout
2 parents 0e98b30 + 1c61c86 commit 3891b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
command: 'bundle exec rake rubocop'
3131
name: ${{ matrix.os_and_command.os }} ${{ matrix.ruby }} rake ${{ matrix.os_and_command.command }}
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
# actions/setup-ruby did not support truffle or bundler caching
3535
- uses: ruby/setup-ruby@v1
3636
with:

0 commit comments

Comments
 (0)