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 451f11d commit b091bd7Copy full SHA for b091bd7
2 files changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
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