Skip to content

Commit a6c92b4

Browse files
authored
Merge pull request #85 from ifad/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6d76d5a + cd050a4 commit a6c92b4

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:

.github/workflows/ruby.yml

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

7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
- name: Set up Ruby
7676
uses: ruby/setup-ruby@v1
7777
with:

0 commit comments

Comments
 (0)