Skip to content

Commit 5b657c9

Browse files
authored
Merge pull request #92 from asonas/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a6bf749 + c17de92 commit 5b657c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
submodules: "true"
4141

0 commit comments

Comments
 (0)