We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f3862 commit b0bc6d0Copy full SHA for b0bc6d0
.github/workflows/dotnet-build.yml
@@ -18,7 +18,7 @@ jobs:
18
arch: ${{ matrix.os == 'windows-2022' && 'x64' || (matrix.os == 'windows-11-arm' && 'arm64' || 'unknown') }}
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22
with:
23
fetch-depth: 0
24
@@ -58,7 +58,7 @@ jobs:
58
discussions: write
59
60
- name: Checkout repo
61
62
63
64
0 commit comments