From 0ebb73290da9f33cac7b64f6c7e57c80a357cfb2 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:13:42 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/ci-helm-lint-test.yml | 4 ++-- .github/workflows/helm-docs.yaml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index 6d26f72..a7fd554 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: "0" ref: ${{ github.event.pull_request.head.ref }} @@ -49,7 +49,7 @@ jobs: needs: lint steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: "0" ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 19f8036..f9aaa5c 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a6538f..42b6ba6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fetch history run: git fetch --prune --unshallow diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8785e3f..361c254 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,7 +23,7 @@ jobs: app_id: ${{ secrets.APP_ID }} - name: Checkout - uses: actions/checkout@v4.3.1 + uses: actions/checkout@v6.0.0 - name: Self-hosted Renovate uses: renovatebot/github-action@v42.0.6