diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 72ddc18..753ecb3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu steps: - name: Checkout code - uses: https://gitea.com/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v3 - name: Install sshpass run: apt-get install -y sshpass rsync