Skip to content

Commit 60d19fb

Browse files
Merge pull request #336 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 74424f7 + a48ca3d commit 60d19fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global core.longpaths true
5454
5555
- name: Git Checkout
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
with:
5858
fetch-depth: 0
5959
submodules: recursive
@@ -169,7 +169,7 @@ jobs:
169169
git config --global core.longpaths true
170170
171171
- name: Git Checkout
172-
uses: actions/checkout@v3
172+
uses: actions/checkout@v4
173173
with:
174174
fetch-depth: 0
175175
submodules: recursive

0 commit comments

Comments
 (0)