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 7a2494f commit 638a484Copy full SHA for 638a484
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout project
21
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
with:
23
persist-credentials: false
24
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
fetch-depth: 0
30
0 commit comments