Skip to content

Commit 301ada9

Browse files
authored
Merge pull request #394 from willnet/update-actions-checkout
Update actions/checkout to the latest version
2 parents 497d3c4 + b61f658 commit 301ada9

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)