Skip to content

Commit 636b41d

Browse files
authored
Merge pull request #63 from DavyJonesLocker/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 3b0f8bf + ee733e0 commit 636b41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: ['3.4']
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
continue-on-error: ${{ matrix.channel != 'stable' }}
6868

6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- name: Set up Ruby
7272
uses: ruby/setup-ruby@v1
7373
with:

0 commit comments

Comments
 (0)