Skip to content

Commit 6647c61

Browse files
authored
Merge pull request #87 from asonas/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents a87dbc7 + 1512a3a commit 6647c61

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
@@ -33,7 +33,7 @@ jobs:
3333
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
with:
3838
submodules: "true"
3939

0 commit comments

Comments
 (0)