We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c990072 commit 7ea8002Copy full SHA for 7ea8002
.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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
+ uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
18
with:
19
persist-credentials: false
20
.github/workflows/workflow.yaml
runs-on: ubuntu-latest
0 commit comments