We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 186f56b + 66f0f43 commit 7501ff1Copy full SHA for 7501ff1
.github/workflows/main_pathfinderhonormanager.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Test
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- uses: ./.github/actions/setup-dotnet
21
- name: Build solution (Debug)
22
run: dotnet build --no-incremental
@@ -33,7 +33,7 @@ jobs:
33
needs: test
34
35
36
37
with:
38
fetch-depth: 0
39
@@ -77,7 +77,7 @@ jobs:
77
if: github.ref == 'refs/heads/main'
78
79
80
81
82
- name: Build with dotnet (Release)
83
run: dotnet build --configuration Release
0 commit comments