diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 4ec6f4a..b764203 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -16,13 +16,13 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v4 # Make sure all files are pulled down - name: "Get LFS objects" - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 + uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6 with: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }} # temp one just to get it "built" - name: "Deploy" - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6 + uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5 with: ssh_key: ${{ secrets.SSH_KEY }} folder: "src"