Skip to content

Commit 43e7e4a

Browse files
Bump actions/checkout from 5 to 6 (#238)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 231801f commit 43e7e4a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
8.0.x
2727
9.0.x
2828
10.0.x
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Tool restore
3131
run: dotnet tool restore
3232
- name: Restore
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Setup .Net 10.0.x
5454
uses: actions/setup-dotnet@v5
5555
with:

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
8.0.x
1919
9.0.x
2020
10.0.x
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Fetch all history for all tags and branches
2323
run: git fetch --prune --unshallow
2424
- name: Tool restore

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
8.0.x
2828
9.0.x
2929
10.0.x
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Tool restore
3232
run: dotnet tool restore
3333
- name: Restore
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- name: Setup .Net 10.0.x
5555
uses: actions/setup-dotnet@v5
5656
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
8.0.x
2121
9.0.x
2222
10.0.x
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Fetch all history for all tags and branches
2525
run: git fetch --prune --unshallow
2626
- run: |

0 commit comments

Comments
 (0)