Skip to content

Commit 879a384

Browse files
Bump actions/checkout from 4.2.2 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5367347 commit 879a384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 30
1212
steps:
13-
- uses: actions/checkout@v4.2.2
13+
- uses: actions/checkout@v6.0.0
1414

1515
- name: Build
1616
run: dotnet build /WarnAsError
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 30
2626

2727
steps:
28-
- uses: actions/checkout@v4.2.2
28+
- uses: actions/checkout@v6.0.0
2929

3030
- name: Tests
3131
run: dotnet test --framework netcoreapp${{ matrix.framework }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
steps:
31-
- uses: actions/checkout@v4.2.2
31+
- uses: actions/checkout@v6.0.0
3232

3333
# The tests should have already been run during the PR workflow, so this is really just a sanity check
3434
- name: Tests

0 commit comments

Comments
 (0)