From c154f7eff52d06b5f9abb43c86abb611aeb2c869 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Aug 2025 00:40:10 +0000 Subject: [PATCH] chore(deps): update https://gitea.com/actions/checkout action to v5 --- .gitea/workflows/renovate-config-check.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate-config-check.yaml b/.gitea/workflows/renovate-config-check.yaml index 9d80f44..9f3b89c 100644 --- a/.gitea/workflows/renovate-config-check.yaml +++ b/.gitea/workflows/renovate-config-check.yaml @@ -9,6 +9,6 @@ jobs: container: ghcr.io/renovatebot/renovate:41.89.2 steps: - name: Checkout sources - uses: https://gitea.com/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v5 - name: Config check run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 9e1e458..7419c71 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: container: ghcr.io/renovatebot/renovate:41.89.2 steps: - name: Checkout sources - uses: https://gitea.com/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v5 - run: renovate env: RENOVATE_CONFIG_FILE: "config.js"