From ab7ca7c85b1ecd77c6e5acc3f34d5c7f332ad0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:21:41 +0000 Subject: [PATCH] ci(deps): bump webfactory/ssh-agent from 0.8.0 to 0.10.0 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.8.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.8.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/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f52c05..31afbf8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -360,7 +360,7 @@ jobs: uses: actions/checkout@v4 - name: Set up SSH - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.STAGING_SSH_KEY }} @@ -440,7 +440,7 @@ jobs: uses: actions/checkout@v4 - name: Set up SSH - uses: webfactory/ssh-agent@v0.8.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.PRODUCTION_SSH_KEY }}