diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ec5088b..8fb3d32 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -8,7 +8,7 @@ jobs: runs-on: debian-testing-slim steps: - name: Clone repository - uses: actions/checkout@v3 + uses: https://gitea.com/actions/checkout@v4 - name: Update system and install deps env: DEBIAN_FRONTEND=noninteractive