From 007f6cfe8a6e5dab51af3aace651477faf73cc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 05:51:42 +0000 Subject: [PATCH] build(deps): 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-base.yml b/.github/workflows/rust-base.yml index 20d3a2d..d352dfa 100644 --- a/.github/workflows/rust-base.yml +++ b/.github/workflows/rust-base.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Setup ssh-agent if: ${{ inputs.requires-private-deps == true }} - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Install Rust toolchain @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v4 - name: Setup ssh-agent if: ${{ inputs.requires-private-deps == true }} - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Install Rust toolchain @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v4 - name: Setup ssh-agent if: ${{ inputs.requires-private-deps == true }} - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Install Rust toolchain