Skip to content

Commit ed6c63e

Browse files
authored
Merge pull request #111 from SpringMT/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 2cf26b4 + 6211066 commit ed6c63e

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
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up Ruby
3434
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
3535
# change this to (see https://github.com/ruby/setup-ruby#versioning):

0 commit comments

Comments
 (0)