We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7ed1b commit 9fc1b01Copy full SHA for 9fc1b01
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35
36
- name: Set up Jsonnet
37
run: |
.github/workflows/pre-commit.yml
@@ -35,7 +35,7 @@ jobs:
skip_after_successful_duplicate: false
38
39
with:
40
fetch-depth: 0
41
0 commit comments