Skip to content

Commit

Permalink
CI: use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jul 30, 2024
1 parent 2d7fc34 commit 3da61bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
- { ruby: jruby, allow-failure: true }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
continue-on-error: ${{ matrix.allow-failure || false }}
id: bundle
Expand Down

0 comments on commit 3da61bd

Please sign in to comment.