Merge pull request 'Update webfactory/ssh-agent action to v0.9.1' (#15) from renovate/webfactory-ssh-agent-0.x into main
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 2s
Remote Deployment Pipeline / Create remote directory (push) Successful in 6s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 17s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 6s

Reviewed-on: #15
This commit is contained in:
2025-10-28 22:16:51 +01:00

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 }}