1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 22:21:03 +08:00

chore(deps): update webfactory/ssh-agent action to v0.10.0 (#4491)

This commit is contained in:
renovate[bot] 2026-03-13 04:22:00 +00:00 committed by GitHub
parent ed2f8b9e59
commit 1e5a54a3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
echo "当前分支 (pushed): ${{ github.ref_name }}"
- name: 配置 SSH agent 并加载私钥
uses: webfactory/ssh-agent@v0.9.1
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

View File

@ -35,7 +35,7 @@ jobs:
echo "当前分支 (pushed): ${{ github.ref_name }}"
- name: 配置 SSH agent 并加载私钥
uses: webfactory/ssh-agent@v0.9.1
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}