Skip to content

Commit 7501ff1

Browse files
Merge pull request #697 from PathfinderHonorManager/dependabot/github_actions/develop/actions/checkout-6
ci(deps): bump actions/checkout from 4 to 6
2 parents 186f56b + 66f0f43 commit 7501ff1

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)