Skip to content

Commit b26011e

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 f7a6b2c commit b26011e

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

5757
steps:
58-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3
5959

6060
# See https://github.com/actions/checkout/issues/165#issuecomment-657673315
6161
- name: Create LFS file list
@@ -133,7 +133,7 @@ jobs:
133133
if: (github.event_name == 'push')
134134

135135
steps:
136-
- uses: actions/checkout@v2
136+
- uses: actions/checkout@v3
137137

138138
- name: Install NuGet
139139
uses: NuGet/setup-nuget@v1

0 commit comments

Comments
 (0)