Skip to content

Commit d734a16

Browse files
Merge pull request #3057 from SixLabors/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 461c021 + 68ccc1d commit d734a16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --global core.longpaths true
2828
2929
- name: Git Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive
@@ -137,7 +137,7 @@ jobs:
137137
git config --global core.longpaths true
138138
139139
- name: Git Checkout
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141
with:
142142
fetch-depth: 0
143143
submodules: recursive
@@ -227,7 +227,7 @@ jobs:
227227
git config --global core.longpaths true
228228
229229
- name: Git Checkout
230-
uses: actions/checkout@v4
230+
uses: actions/checkout@v6
231231
with:
232232
fetch-depth: 0
233233
submodules: recursive

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config --global core.longpaths true
3232
3333
- name: Git Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
submodules: recursive

0 commit comments

Comments
 (0)