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 f72ccd5 + 8c81991 commit 5b93e39Copy full SHA for 5b93e39
2 files changed
.github/workflows/build.yml
@@ -254,7 +254,7 @@ jobs:
254
repoDir: '~/git'
255
256
steps:
257
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
258
with:
259
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
260
submodules: true
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
contents: write # Upload artifacts to Release
31
id-token: write # Required for OIDC-based package publishing
32
33
34
35
- name: 🔎 Search for build of ${{ github.ref }}
36
shell: pwsh
0 commit comments