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 b53cdef + 94167ba commit 9eacaf6Copy full SHA for 9eacaf6
2 files changed
.github/workflows/build.yml
@@ -250,7 +250,7 @@ jobs:
250
repoDir: '~/git'
251
252
steps:
253
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
254
with:
255
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
256
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