Skip to content

Commit 964a438

Browse files
authored
Upgraded webfactory/ssh-agent to v0.4.1 (#170)
Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
1 parent b716a23 commit 964a438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
git config --global user.name "Tomster"
134134
git config --global user.email "tomster@emberjs.com"
135135
- name: Set up SSH
136-
uses: webfactory/ssh-agent@v0.1.1
136+
uses: webfactory/ssh-agent@v0.4.1
137137
with:
138138
ssh-private-key: ${{ secrets.GUIDES_SOURCE_DEPLOY_KEY }}
139139
- name: Install dependencies
@@ -300,7 +300,7 @@ jobs:
300300
git config --global user.name "Tomster"
301301
git config --global user.email "tomster@emberjs.com"
302302
- name: Set up SSH
303-
uses: webfactory/ssh-agent@v0.1.1
303+
uses: webfactory/ssh-agent@v0.4.1
304304
with:
305305
ssh-private-key: ${{ secrets.SUPER_RENTALS_DEPLOY_KEY }}
306306
- name: Download artifacts
@@ -359,7 +359,7 @@ jobs:
359359
git config --global user.name "Tomster"
360360
git config --global user.email "tomster@emberjs.com"
361361
- name: Set up SSH
362-
uses: webfactory/ssh-agent@v0.1.1
362+
uses: webfactory/ssh-agent@v0.4.1
363363
with:
364364
ssh-private-key: ${{ secrets.SUPER_RENTALS_DEPLOY_KEY }}
365365
- name: Download artifacts

0 commit comments

Comments
 (0)