Skip to content

Commit

Permalink
Merge pull request #590 from dhstewart/use-node16
Browse files Browse the repository at this point in the history
Update actions/checkout
  • Loading branch information
cben authored Dec 21, 2022
2 parents 0e98b30 + 1c61c86 commit 3891b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
command: 'bundle exec rake rubocop'
name: ${{ matrix.os_and_command.os }} ${{ matrix.ruby }} rake ${{ matrix.os_and_command.command }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# actions/setup-ruby did not support truffle or bundler caching
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 3891b99

Please sign in to comment.