Skip to content

Commit d43ea7b

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <support@github.com>
1 parent 5c8b321 commit d43ea7b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Package Release to GitHub and Nuget
1+
name: Package Release to GitHub and Nuget
22

33
on:
44
workflow_dispatch:
@@ -19,7 +19,7 @@ jobs:
1919
version: ${{ steps.version.outputs.semver }}
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

@@ -105,7 +105,7 @@ jobs:
105105
- package-build
106106
- release-github
107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v6
109109
with:
110110
fetch-depth: 0
111111

.github/workflows/test-strict.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Build and Test (More Platforms)
1+
name: .NET Build and Test (More Platforms)
22

33
on:
44
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
2323
if: matrix.os == 'windows-latest'
2424

2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Build and Test
1+
name: .NET Build and Test
22

33
on:
44
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)