Skip to content

Commit aa6aa05

Browse files
Update actions/checkout action to v6
1 parent a437c74 commit aa6aa05

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', 'ruby-head']
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
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)