We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611477b + 962324e commit c967303Copy full SHA for c967303
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
CGO_ENABLED: 0
24
25
steps:
26
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
27
with:
28
fetch-tags: true
29
fetch-depth: 0
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Checkout
11
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
12
13
14
0 commit comments