diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8e3aad0..6be60bb 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: https://code.forgejo.org/actions/checkout@v3 - name: Install SSH Key run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa