From 6ad509d40943ca2a6773cb60f0df639833ba31a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:56:48 +0000 Subject: [PATCH] Bump webfactory/ssh-agent from 0.9.0 to 0.10.0 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mirror-public-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-public-push.yml b/.github/workflows/mirror-public-push.yml index 6cc788e90..e19308c86 100644 --- a/.github/workflows/mirror-public-push.yml +++ b/.github/workflows/mirror-public-push.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Configure deploy key - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.PUBLIC_REPO_DEPLOY_KEY }}