From afb11ebe4554290995ba103a673a05b52f2954c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Aug 2025 00:41:27 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .gitea/workflows/build_image.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index ed75a9c..8fa4971 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: checkout git repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install docker commands run: | diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index c5635af..0f54d34 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.76.0 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: renovate env: LOG_LEVEL: "info" -- 2.49.1