From 1e5a54a3fcea2066734d9a0339bd3a937b23ac9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 04:22:00 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.10.0 (#4491) --- .github/workflows/sync-auto.yml | 2 +- .github/workflows/sync-schedule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-auto.yml b/.github/workflows/sync-auto.yml index 0f0c28c97..46b1ebb7a 100644 --- a/.github/workflows/sync-auto.yml +++ b/.github/workflows/sync-auto.yml @@ -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 }} diff --git a/.github/workflows/sync-schedule.yml b/.github/workflows/sync-schedule.yml index 908229b71..6eb68bd49 100644 --- a/.github/workflows/sync-schedule.yml +++ b/.github/workflows/sync-schedule.yml @@ -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 }}