Skip to content

Commit 5755e6f

Browse files
Merge pull request #291 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e050b92 + 95b42f9 commit 5755e6f

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
@@ -75,7 +75,7 @@ jobs:
7575
git config --global core.longpaths true
7676
7777
- name: Git Checkout
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979
with:
8080
fetch-depth: 0
8181
submodules: recursive
@@ -178,7 +178,7 @@ jobs:
178178
git config --global core.longpaths true
179179
180180
- name: Git Checkout
181-
uses: actions/checkout@v3
181+
uses: actions/checkout@v4
182182
with:
183183
fetch-depth: 0
184184
submodules: recursive

0 commit comments

Comments
 (0)