We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e98b30 + 1c61c86 commit 3891b99Copy full SHA for 3891b99
.github/workflows/actions.yml
@@ -30,7 +30,7 @@ jobs:
30
command: 'bundle exec rake rubocop'
31
name: ${{ matrix.os_and_command.os }} ${{ matrix.ruby }} rake ${{ matrix.os_and_command.command }}
32
steps:
33
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
34
# actions/setup-ruby did not support truffle or bundler caching
35
- uses: ruby/setup-ruby@v1
36
with:
0 commit comments