From 5f53103119fb0fcb71881f5428b41acadb7a0139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:54:02 +0000 Subject: [PATCH] Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.0 to 0.9.1. - [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.9.1) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push-to-subtrees.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-subtrees.yml b/.github/workflows/push-to-subtrees.yml index 5786c77..738d5a7 100644 --- a/.github/workflows/push-to-subtrees.yml +++ b/.github/workflows/push-to-subtrees.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Setup SSH - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SUBTREE_SSH_KEY }}