Skip to content

Commit ae91e25

Browse files
dependabot[bot]nirvn
authored andcommitted
Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 in the all-actions group
Bumps the all-actions group with 1 update: [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c5164e commit ae91e25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple_certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020

2121
- name: ⛓️ Setup SSH
22-
uses: webfactory/[email protected].0
22+
uses: webfactory/[email protected].1
2323
with:
2424
ssh-private-key: ${{ secrets.SSH_KEY_DEPLOYMENT_CERTIFICATES }}
2525

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
./scripts/ci/env_gh.sh
4848
4949
- name: ⛓️ Setup SSH
50-
uses: webfactory/[email protected].0
50+
uses: webfactory/[email protected].1
5151
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
5252
with:
5353
ssh-private-key: ${{ secrets.SSH_KEY_DEPLOYMENT_CERTIFICATES }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "CMAKE_BUILD_DIR=${BUILD_ROOT}/builddir" >> $GITHUB_ENV
5151
5252
- name: ⛓️ Setup SSH
53-
uses: webfactory/[email protected].0
53+
uses: webfactory/[email protected].1
5454
if: ${{ env.SENTRY_AUTH_TOKEN != '' }}
5555
with:
5656
ssh-private-key: ${{ secrets.SSH_KEY_DEPLOYMENT_CERTIFICATES }}

0 commit comments

Comments
 (0)