Skip to content

Commit 66f0f43

Browse files
ci(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 186f56b commit 66f0f43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_pathfinderhonormanager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: ./.github/actions/setup-dotnet
2121
- name: Build solution (Debug)
2222
run: dotnet build --no-incremental
@@ -33,7 +33,7 @@ jobs:
3333
needs: test
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
- uses: ./.github/actions/setup-dotnet
@@ -77,7 +77,7 @@ jobs:
7777
if: github.ref == 'refs/heads/main'
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v6
8181
- uses: ./.github/actions/setup-dotnet
8282
- name: Build with dotnet (Release)
8383
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)