diff --git a/.github/workflows/helm-repo-index.yaml b/.github/workflows/helm-repo-index.yaml index 8542293..d13c174 100644 --- a/.github/workflows/helm-repo-index.yaml +++ b/.github/workflows/helm-repo-index.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install chart-releaser env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3cbc87..ab5f1ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: needs: tests steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false