Skip to content

Commit 1c526a9

Browse files
Merge pull request #40 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4e89295 + 53e0257 commit 1c526a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global core.longpaths true
3636
3737
- name: Git Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
4141
submodules: recursive

0 commit comments

Comments
 (0)