From c8fbb04289f5b8b805d371cebb981c5d8fe376b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Oct 2025 05:01:14 +0000 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/checkout action to v5 --- .forgejo/workflows/build-debian.yml | 2 +- .forgejo/workflows/build-fedora.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index e754ac0d..796bcb5b 100644 --- a/.forgejo/workflows/build-debian.yml +++ b/.forgejo/workflows/build-debian.yml @@ -32,7 +32,7 @@ jobs: echo "Debian distribution: $DISTRIBUTION ($VERSION)" - name: Checkout repository with full history - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v5 with: fetch-depth: 0 diff --git a/.forgejo/workflows/build-fedora.yml b/.forgejo/workflows/build-fedora.yml index 0b85e39f..1a40fd5c 100644 --- a/.forgejo/workflows/build-fedora.yml +++ b/.forgejo/workflows/build-fedora.yml @@ -30,7 +30,7 @@ jobs: echo "Fedora version: $VERSION" - name: Checkout repository with full history - uses: https://code.forgejo.org/actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v5 with: fetch-depth: 0