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 7942668 commit a4e9075Copy full SHA for a4e9075
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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