Skip to content

Commit 0d7e223

Browse files
Merge pull request #538 from SixLabors/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 49be0e1 + e6f903d commit 0d7e223

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global core.longpaths true
2626
2727
- name: Git Checkout
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
submodules: recursive
@@ -123,7 +123,7 @@ jobs:
123123
git config --global core.longpaths true
124124
125125
- name: Git Checkout
126-
uses: actions/checkout@v6
126+
uses: actions/checkout@v7
127127
with:
128128
fetch-depth: 0
129129
submodules: recursive
@@ -224,7 +224,7 @@ jobs:
224224
git config --global core.longpaths true
225225
226226
- name: Git Checkout
227-
uses: actions/checkout@v6
227+
uses: actions/checkout@v7
228228
with:
229229
fetch-depth: 0
230230
submodules: recursive

0 commit comments

Comments
 (0)