Skip to content

Commit 5585d1e

Browse files
Merge pull request #15 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents bb92904 + fb008cf commit 5585d1e

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
@@ -47,7 +47,7 @@ jobs:
4747
if: "!contains(github.event.head_commit.message, '[skip ci]')"
4848

4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151

5252
# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
5353
- name: Create LFS file list
@@ -125,7 +125,7 @@ jobs:
125125
if: (github.event_name == 'push')
126126

127127
steps:
128-
- uses: actions/checkout@v3
128+
- uses: actions/checkout@v4
129129

130130
- name: Install NuGet
131131
uses: NuGet/setup-nuget@v1

0 commit comments

Comments
 (0)