Skip to content

Commit

Permalink
Merge pull request ManageIQ#619 from ManageIQ/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-4.x

chore(deps): update actions/checkout action to v4

(cherry picked from commit 054bff2)
  • Loading branch information
cben authored and agrare committed Jun 18, 2024
1 parent 06ba85a commit aee4934
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@v3
- uses: actions/checkout@v4
# actions/setup-ruby did not support truffle or bundler caching
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit aee4934

Please sign in to comment.