Skip to content

Commit 84d21b4

Browse files
build(deps): bump webfactory/ssh-agent from 0.9.0 to 0.9.1 (#185)
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](webfactory/ssh-agent@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9af34f commit 84d21b4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/automatic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
7474
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
75-
uses: webfactory/ssh-agent@v0.9.0
75+
uses: webfactory/ssh-agent@v0.9.1
7676
with:
7777
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
7878

.github/workflows/build-and-push-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
161161
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
162-
uses: webfactory/ssh-agent@v0.9.0
162+
uses: webfactory/ssh-agent@v0.9.1
163163
with:
164164
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
165165

.github/workflows/build-assets-compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
9494
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
95-
uses: webfactory/ssh-agent@v0.9.0
95+
uses: webfactory/ssh-agent@v0.9.1
9696
with:
9797
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
9898

.github/workflows/static-analysis-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
6262
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
63-
uses: webfactory/ssh-agent@v0.9.0
63+
uses: webfactory/ssh-agent@v0.9.1
6464
with:
6565
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
6666

.github/workflows/test-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
9292
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
93-
uses: webfactory/ssh-agent@v0.9.0
93+
uses: webfactory/ssh-agent@v0.9.1
9494
with:
9595
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
9696

.github/workflows/tests-unit-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
8181
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
82-
uses: webfactory/ssh-agent@v0.9.0
82+
uses: webfactory/ssh-agent@v0.9.1
8383
with:
8484
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
8585

.github/workflows/wp-scripts-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
env:
101101
GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }}
102102
if: ${{ env.GITHUB_USER_SSH_KEY != '' }}
103-
uses: webfactory/ssh-agent@v0.9.0
103+
uses: webfactory/ssh-agent@v0.9.1
104104
with:
105105
ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}
106106

0 commit comments

Comments
 (0)