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 6ee09ac commit ac28891Copy full SHA for ac28891
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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