diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 408efbf..75c1404 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/helm-unittest.yml b/.github/workflows/helm-unittest.yml index 37a5fe6..9e1900d 100644 --- a/.github/workflows/helm-unittest.yml +++ b/.github/workflows/helm-unittest.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: false