diff --git a/.gitea/workflows/renovate-config-check.yaml b/.gitea/workflows/renovate-config-check.yaml index 1a31f1a..3ecff5b 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.76.0 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 a45a6c5..5769b72 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: container: ghcr.io/renovatebot/renovate:41.76.0 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"