Update webfactory/ssh-agent action to v0.10.0

This commit is contained in:
2026-03-12 03:27:49 +00:00
parent f19f9ba116
commit ca90e94671

View File

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