diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 0c563c3e..63d47aa1 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -59,7 +59,7 @@ jobs: cache-to: type=registry,ref=${{ secrets.DOCKERHUB_REPOSITORY }}:cache,mode=max - name: Deploy - uses: appleboy/ssh-action@1.0.3 + uses: appleboy/ssh-action@master with: host: ${{ secrets.AWS_HOST }} username: ${{ secrets.EC2_USERNAME }}