Skip to content

Commit 6d6588b

Browse files
authored
Merge pull request #14 from shugo/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ac725e8 + a5cc13a commit 6d6588b

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@v3
24+
- uses: actions/checkout@v4
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)