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