From ba2ce37de7b50614db9e6f055b2d04959773b407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:50:33 +0000 Subject: [PATCH] chore(deps): bump webfactory/ssh-agent from 0.5.4 to 0.9.1 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.4 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.5.4...v0.9.1) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-distribution.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-distribution.yml b/.github/workflows/build-distribution.yml index d06b7312c..f1e0e1f44 100644 --- a/.github/workflows/build-distribution.yml +++ b/.github/workflows/build-distribution.yml @@ -55,7 +55,7 @@ jobs: uses: crazy-max/ghaction-import-gpg@v4 with: gpg_private_key: ${{ secrets.BUILD_GPG_PRIVATE_KEY }} - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.9.1 if: ${{ github.repository_owner == 'linuxdeepin' && github.event_name == 'push' }} name: Import SSH key with: @@ -265,7 +265,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.9.1 name: Import SSH key with: ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }} @@ -469,7 +469,7 @@ jobs: needs: [deepin-build] runs-on: ubuntu-latest steps: - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.9.1 name: Import SSH key with: ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}