We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4681a20 commit 59cdb1dCopy full SHA for 59cdb1d
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout project
20
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
with:
22
persist-credentials: false
23
- name: Use Node.js
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
fetch-depth: 0
0 commit comments