Skip to content

Commit 6d0b444

Browse files
authored
Merge pull request #29 from willnet/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dea9685 + 174b7d0 commit 6d0b444

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
@@ -50,7 +50,7 @@ jobs:
5050
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
5151

5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454
- name: Set up Ruby
5555
uses: ruby/setup-ruby@v1
5656
with:

0 commit comments

Comments
 (0)