Skip to content

Commit 7572f1e

Browse files
authored
Merge pull request #16 from shugo/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 29498e3 + fa2db9a commit 7572f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ruby: ['head', '3.1', '3.0', '2.7']
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)