Skip to content

Commit 757a076

Browse files
chore(deps): bump webfactory/ssh-agent from 0.9.0 to 0.9.1 (#2242)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a3513c commit 757a076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/distribute_external.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Connect Bot
60-
uses: webfactory/[email protected].0
60+
uses: webfactory/[email protected].1
6161
with:
6262
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6363

@@ -100,7 +100,7 @@ jobs:
100100
runs-on: macos-15 # Testflight requires macOS 15 or later
101101
steps:
102102
- name: Connect Bot
103-
uses: webfactory/[email protected].0
103+
uses: webfactory/[email protected].1
104104
with:
105105
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
106106

.github/workflows/distribute_internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
timeout-minutes: 30
6060
steps:
6161
- name: Connect Bot
62-
uses: webfactory/[email protected].0
62+
uses: webfactory/[email protected].1
6363
with:
6464
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6565

@@ -103,7 +103,7 @@ jobs:
103103
timeout-minutes: 30
104104
steps:
105105
- name: Connect Bot
106-
uses: webfactory/[email protected].0
106+
uses: webfactory/[email protected].1
107107
with:
108108
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
109109

0 commit comments

Comments
 (0)