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 e7926cb commit 80fc41eCopy full SHA for 80fc41e
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
with:
19
persist-credentials: false
20
.github/workflows/workflow.yaml
runs-on: ubuntu-latest
0 commit comments