diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index a4793a85..58ad3283 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 4e0f6efa..81b2d8bc 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