Skip to content

Commit 0936fe5

Browse files
Merge pull request #404 from SixLabors/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents f23980d + 01b2080 commit 0936fe5

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
@@ -137,7 +137,7 @@ jobs:
137137
git config --global core.longpaths true
138138
139139
- name: Git Checkout
140-
uses: actions/checkout@v6
140+
uses: actions/checkout@v7
141141
with:
142142
fetch-depth: 0
143143
submodules: recursive
@@ -234,7 +234,7 @@ jobs:
234234
git config --global core.longpaths true
235235
236236
- name: Git Checkout
237-
uses: actions/checkout@v6
237+
uses: actions/checkout@v7
238238
with:
239239
fetch-depth: 0
240240
submodules: recursive

0 commit comments

Comments
 (0)