Skip to content

Commit b61f658

Browse files
committed
Update actions/checkout to the latest version
The latest version of actions/checkout is v5 now. ref: https://github.com/actions/checkout
1 parent 497d3c4 commit b61f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:

0 commit comments

Comments
 (0)