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 9b203b6 commit 1cc1c6eCopy full SHA for 1cc1c6e
.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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
with:
19
persist-credentials: false
20
.github/workflows/workflow.yaml
runs-on: ubuntu-latest
0 commit comments