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 2b793a7 commit efffa49Copy full SHA for efffa49
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
if: startsWith(github.ref, 'refs/tags/') # only run on "releases" (pushes to tags)
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18
with:
19
persist-credentials: false
20
.github/workflows/workflow.yaml
runs-on: ubuntu-latest
0 commit comments