Skip to content

Commit 45459ff

Browse files
Bump actions/checkout from 5 to 6 (#1491)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86ef16b commit 45459ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
language: [ 'csharp' ]
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- uses: actions/setup-dotnet@v5
2525
with:
2626
dotnet-version: '10.0.x'

.github/workflows/spms-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ports:
1818
- 27017:27017
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-dotnet@v5
2222
with:
2323
dotnet-version: '10.0.x'
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
if: github.event_name == 'push'
5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
- name: Login to Docker Hub
6161
uses: docker/login-action@v3
6262
with:

0 commit comments

Comments
 (0)