From 1dc93bdc08049f560732d285030125dacc54cd50 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 17 Aug 2025 00:36:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .gitea/workflows/build.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d7ba30f..b8097b3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - uses: https://github.com/actions/setup-python@v5 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 93bf54f..5ba8bc4 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"