chore: Update outdated GitHub Actions versions (#31114)

This commit is contained in:
Pádraic Slattery
2026-01-16 10:56:55 +01:00
committed by GitHub
parent 1a9fdd9a65
commit 30821fd26c
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
github.event.workflow_run.head_branch == 'deploy/dev'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}