ngbs 8 months ago
parent
commit
2584af6db4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/renew-certificate.yml

+ 1 - 1
.github/workflows/renew-certificate.yml

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Renew Certificate
-        uses: appleboy/ssh-action@v1.0.3
+        uses: appleboy/ssh-action@v1.2.1
         with:
           host: ${{ secrets.VPS_HOSTNAME }}
           username: ${{ secrets.VPS_USERNAME }}