Skip to content

Commit 63d1d2c

Browse files
Merge pull request #2530 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 945a83f + 3b249e0 commit 63d1d2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git config --global core.longpaths true
7777
7878
- name: Git Checkout
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v4
8080
with:
8181
fetch-depth: 0
8282
submodules: recursive
@@ -172,7 +172,7 @@ jobs:
172172
git config --global core.longpaths true
173173
174174
- name: Git Checkout
175-
uses: actions/checkout@v3
175+
uses: actions/checkout@v4
176176
with:
177177
fetch-depth: 0
178178
submodules: recursive

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global core.longpaths true
2525
2626
- name: Git Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
3030
submodules: recursive

0 commit comments

Comments
 (0)