Skip to content

Commit a2cac3f

Browse files
Merge pull request #404 from SixLabors/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
2 parents 120630c + 52c2f86 commit a2cac3f

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
@@ -27,7 +27,7 @@ jobs:
2727
git config --global core.longpaths true
2828
2929
- name: Git Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive
@@ -101,7 +101,7 @@ jobs:
101101
git config --global core.longpaths true
102102
103103
- name: Git Checkout
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v7
105105
with:
106106
fetch-depth: 0
107107
submodules: recursive
@@ -222,7 +222,7 @@ jobs:
222222
git config --global core.longpaths true
223223
224224
- name: Git Checkout
225-
uses: actions/checkout@v4
225+
uses: actions/checkout@v7
226226
with:
227227
fetch-depth: 0
228228
submodules: recursive

0 commit comments

Comments
 (0)