From 8263866c7eabdae8795fa5743423bec5930e5023 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Sep 2025 04:18:43 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .gitea/workflows/lint-test-docker.yaml | 2 +- .gitea/workflows/lint-test-helm.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint-test-docker.yaml b/.gitea/workflows/lint-test-docker.yaml index 1e56d19b9..d1f2d99eb 100644 --- a/.gitea/workflows/lint-test-docker.yaml +++ b/.gitea/workflows/lint-test-docker.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index dcabef1b2..7412bf0b7 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index ecee5fb04..1112ce518 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate:41 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Renovate run: renovate