diff --git a/.github/workflows/helm-lint-and-test.yml b/.github/workflows/helm-lint-and-test.yml index 08cbff6..3cee2b4 100644 --- a/.github/workflows/helm-lint-and-test.yml +++ b/.github/workflows/helm-lint-and-test.yml @@ -30,7 +30,7 @@ jobs: swap-storage: false - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/helm-publish-on-tag.yml b/.github/workflows/helm-publish-on-tag.yml index c5c7b9d..b87d441 100644 --- a/.github/workflows/helm-publish-on-tag.yml +++ b/.github/workflows/helm-publish-on-tag.yml @@ -13,7 +13,7 @@ jobs: packages: write # needed for ghcr access steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0