We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25b256 + c95ca72 commit bd5f076Copy full SHA for bd5f076
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
REGISTRY: ghcr.io
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
- name: Extract Helm chart name and version
23
id: release-details
24
run: |
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout
13
14
with:
15
fetch-depth: 0
16
0 commit comments