diff --git a/.github/workflows/helm-lifecycle.yml b/.github/workflows/helm-lifecycle.yml index 802e507..3e1e0bd 100644 --- a/.github/workflows/helm-lifecycle.yml +++ b/.github/workflows/helm-lifecycle.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout commit - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/update-chart.yml b/.github/workflows/update-chart.yml index b0435a7..186699e 100644 --- a/.github/workflows/update-chart.yml +++ b/.github/workflows/update-chart.yml @@ -26,7 +26,7 @@ jobs: - name: checkout commit if: env.CONTINUE - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{secrets.HELMREPO_ACCESS_TOKEN}} fetch-depth: 0