Update webfactory/ssh-agent action to v0.9.1
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 3s
Remote Deployment Pipeline / Create remote directory (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Successful in 10s
Remote Deployment Pipeline / Sync repository files (pull_request) Has been skipped
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Has been skipped

This commit is contained in:
2025-10-28 21:12:04 +00:00
parent 6a0f600276
commit 58ad0d389a

View File

@@ -52,7 +52,7 @@ jobs:
|| github.ref == 'refs/heads/main'
steps:
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -98,7 +98,7 @@ jobs:
|| github.ref == 'refs/heads/main'
steps:
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -124,7 +124,7 @@ jobs:
(github.event.action == 'closed' || github.event.pull_request.merged == true)
steps:
- name: Setup SSH
uses: webfactory/ssh-agent@v0.9.0
uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}