Skip to content

Commit 7454cc2

Browse files
chore(deps): bump webfactory/ssh-agent from 0.9.1 to 0.10.0
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.1 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](webfactory/ssh-agent@v0.9.1...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] <support@github.com>
1 parent 3a33a18 commit 7454cc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autodoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Setup SSH agent
14-
uses: webfactory/ssh-agent@v0.9.1
14+
uses: webfactory/ssh-agent@v0.10.0
1515
with:
1616
ssh-private-key: "${{ secrets.SSH_KEY_AUTODOC }}"
1717
-

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
password: ${{ secrets.registry-password }}
180180
- if: ${{ inputs.ssh-agent }}
181181
name: Start SSH agent
182-
uses: webfactory/ssh-agent@v0.9.1
182+
uses: webfactory/ssh-agent@v0.10.0
183183
with:
184184
ssh-private-key: ${{ secrets.ssh-deploy-key }}
185185
- name: Setup NPM secrets and build args

0 commit comments

Comments
 (0)