We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a47d183 + 3046765 commit 0f4405aCopy full SHA for 0f4405a
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
REGISTRY: ghcr.io
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
- name: Extract Helm chart name and version
23
id: release-details
24
run: |
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout
16
17
with:
fetch-depth: 0
0 commit comments