Skip to content

Commit fb008cf

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb92904 commit fb008cf

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)