From 92f6ddea3b2f7839c704fda82098b27c67dac12b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Nov 2025 19:04:13 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .gitea/workflows/lint-test-docker-pull.yaml | 2 +- .gitea/workflows/lint-test-docker-push.yaml | 2 +- .gitea/workflows/lint-test-helm-pull.yaml | 2 +- .gitea/workflows/lint-test-helm-push.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint-test-docker-pull.yaml b/.gitea/workflows/lint-test-docker-pull.yaml index f57a808a9..0fe92b7bc 100644 --- a/.gitea/workflows/lint-test-docker-pull.yaml +++ b/.gitea/workflows/lint-test-docker-pull.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.gitea/workflows/lint-test-docker-push.yaml b/.gitea/workflows/lint-test-docker-push.yaml index 3065d1692..6b7f70be1 100644 --- a/.gitea/workflows/lint-test-docker-push.yaml +++ b/.gitea/workflows/lint-test-docker-push.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.gitea/workflows/lint-test-helm-pull.yaml b/.gitea/workflows/lint-test-helm-pull.yaml index 7385d721e..9c17ac609 100644 --- a/.gitea/workflows/lint-test-helm-pull.yaml +++ b/.gitea/workflows/lint-test-helm-pull.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.gitea/workflows/lint-test-helm-push.yaml b/.gitea/workflows/lint-test-helm-push.yaml index 4b62de2ee..26dc28144 100644 --- a/.gitea/workflows/lint-test-helm-push.yaml +++ b/.gitea/workflows/lint-test-helm-push.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 96088d134..1f2a679d3 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate:42 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Renovate run: renovate