Skip to content

Commit 99c2ffe

Browse files
authored
Merge pull request #393 from ruby-grape/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8f962de + 5a84ad9 commit 99c2ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
rubocop:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: '3.0'
@@ -31,7 +31,7 @@ jobs:
3131
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
3232
steps:
3333
- name: Check out branch
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Set up Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:

0 commit comments

Comments
 (0)