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.
2 parents e84b963 + 8f9f355 commit 9645298Copy full SHA for 9645298
.github/workflows/build.yml
@@ -241,7 +241,7 @@ jobs:
241
repoDir: '~/git'
242
243
steps:
244
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
245
with:
246
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
247
submodules: true
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
contents: write # Upload artifacts to Release
21
id-token: write # Required for NuGet CLI Login
22
23
24
25
- name: ⚙️ Initialization
26
shell: pwsh
0 commit comments