diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a609642..ca53757 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -45,7 +45,7 @@ jobs: echo "${{ secrets.DEPLOY_KEY }}" > $TEMP ssh -o StrictHostKeyChecking=no -i $TEMP -p ${{ secrets.DEPLOY_PORT }} ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_HOST }} /mnt/data/checkout/update - name: Check - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_seconds: 30 max_attempts: 5