Skip to content

Commit ba2ce37

Browse files
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](webfactory/ssh-agent@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] <support@github.com>
1 parent 004f7ce commit ba2ce37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-distribution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: crazy-max/ghaction-import-gpg@v4
5656
with:
5757
gpg_private_key: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
58-
- uses: webfactory/ssh-agent@v0.5.4
58+
- uses: webfactory/ssh-agent@v0.9.1
5959
if: ${{ github.repository_owner == 'linuxdeepin' && github.event_name == 'push' }}
6060
name: Import SSH key
6161
with:
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: ubuntu-latest
266266
continue-on-error: true
267267
steps:
268-
- uses: webfactory/ssh-agent@v0.5.4
268+
- uses: webfactory/ssh-agent@v0.9.1
269269
name: Import SSH key
270270
with:
271271
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
@@ -469,7 +469,7 @@ jobs:
469469
needs: [deepin-build]
470470
runs-on: ubuntu-latest
471471
steps:
472-
- uses: webfactory/ssh-agent@v0.5.4
472+
- uses: webfactory/ssh-agent@v0.9.1
473473
name: Import SSH key
474474
with:
475475
ssh-private-key: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)