From 828b4e24aeb5a44c4767786a17fab19041739256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:00:34 +0000 Subject: [PATCH] chore(deps): bump webfactory/ssh-agent 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.10.0 - [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.9.0...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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/app-distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-distribute.yml b/.github/workflows/app-distribute.yml index 32d46783a..107d2d403 100644 --- a/.github/workflows/app-distribute.yml +++ b/.github/workflows/app-distribute.yml @@ -52,7 +52,7 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'release' || inputs.build_ios == true }} steps: - name: Install Bot SSH Key - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}