Skip to content

Commit fc7a2c8

Browse files
authored
Merge pull request #82 from asonas/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 3833813 + 974f11e commit fc7a2c8

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
@@ -41,7 +41,7 @@ jobs:
4141
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4242

4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v3
4545
with:
4646
submodules: "true"
4747

0 commit comments

Comments
 (0)