Skip to content

Commit 6d928b2

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 6eef319 commit 6d928b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dotnet-version: "6.0.100"
4949
- name: Run dotnet --info
5050
run: dotnet --info
51-
- uses: actions/checkout@v4.2.2
51+
- uses: actions/checkout@v6.0.0
5252
with:
5353
fetch-depth: 0
5454
- name: Build

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
analyse:
1717
runs-on: windows-latest
1818
steps:
19-
- uses: actions/checkout@v4.2.2
19+
- uses: actions/checkout@v6.0.0
2020
with:
2121
fetch-depth: 2
2222
- uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)