Skip to content

Commit 430a25d

Browse files
dependabot[bot]jnyrup
authored andcommitted
Bump actions/checkout from 3 to 4 (#2333)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0f4504 commit 430a25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
DOTNET_NOLOGO: true
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656

5757
steps:
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
with:
6060
fetch-depth: 0
6161

0 commit comments

Comments
 (0)