Skip to content

Commit

Permalink
Merge pull request ManageIQ#590 from dhstewart/use-node16
Browse files Browse the repository at this point in the history
Update actions/checkout

(cherry picked from commit 3891b99)
  • Loading branch information
cben authored and agrare committed Jun 18, 2024
1 parent 997cdce commit 06ba85a
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 @@ -31,7 +31,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 06ba85a

Please sign in to comment.