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 9d1deda commit db1ef31Copy full SHA for db1ef31
.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
with:
19
persist-credentials: false
20
.github/workflows/workflow.yaml
runs-on: ubuntu-latest
0 commit comments