Skip to content

Commit 70c7fb1

Browse files
authored
Merge pull request #33 from SixLabors/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents a0d6f34 + 97e264f commit 70c7fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global core.longpaths true
3939
4040
- name: Git Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 0
4444
submodules: recursive
@@ -108,7 +108,7 @@ jobs:
108108
if: (github.event_name == 'push')
109109

110110
steps:
111-
- uses: actions/checkout@v4
111+
- uses: actions/checkout@v6
112112

113113
- name: Install NuGet
114114
uses: NuGet/setup-nuget@v2

0 commit comments

Comments
 (0)