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:
parent
ed2f8b9e59
commit
1e5a54a3fc
2
.github/workflows/sync-auto.yml
vendored
2
.github/workflows/sync-auto.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
2
.github/workflows/sync-schedule.yml
vendored
2
.github/workflows/sync-schedule.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user