Skip to content

Commit 315b0b9

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba681a2 commit 315b0b9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
Write-Host "$(pwsh --version) is installed at $PSHOME"
5252
Write-Host "Active .NET SDK: $(dotnet --version)"
5353
- name: Git checkout
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555
with:
5656
persist-credentials: false
5757
- name: Restore tools
@@ -129,7 +129,7 @@ jobs:
129129
9.0.*
130130
10.0.*
131131
- name: Git checkout
132-
uses: actions/checkout@v6
132+
uses: actions/checkout@v7
133133
with:
134134
persist-credentials: false
135135
- name: Restore tools
@@ -187,7 +187,7 @@ jobs:
187187
9.0.*
188188
10.0.*
189189
- name: Git checkout
190-
uses: actions/checkout@v6
190+
uses: actions/checkout@v7
191191
with:
192192
persist-credentials: false
193193
fetch-depth: 2

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
9.0.*
3535
10.0.*
3636
- name: Git checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
persist-credentials: false
4040
- name: Initialize CodeQL

.github/workflows/deps-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: 'Checkout Repository'
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
persist-credentials: false
1919
- name: 'Dependency Review'

0 commit comments

Comments
 (0)