File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
git config --global user.name "Tomster"
134
134
git config --global user.email "tomster@emberjs.com"
135
135
- name : Set up SSH
136
- uses : webfactory/ssh-agent@v0.1 .1
136
+ uses : webfactory/ssh-agent@v0.4 .1
137
137
with :
138
138
ssh-private-key : ${{ secrets.GUIDES_SOURCE_DEPLOY_KEY }}
139
139
- name : Install dependencies
@@ -300,7 +300,7 @@ jobs:
300
300
git config --global user.name "Tomster"
301
301
git config --global user.email "tomster@emberjs.com"
302
302
- name : Set up SSH
303
- uses : webfactory/ssh-agent@v0.1 .1
303
+ uses : webfactory/ssh-agent@v0.4 .1
304
304
with :
305
305
ssh-private-key : ${{ secrets.SUPER_RENTALS_DEPLOY_KEY }}
306
306
- name : Download artifacts
@@ -359,7 +359,7 @@ jobs:
359
359
git config --global user.name "Tomster"
360
360
git config --global user.email "tomster@emberjs.com"
361
361
- name : Set up SSH
362
- uses : webfactory/ssh-agent@v0.1 .1
362
+ uses : webfactory/ssh-agent@v0.4 .1
363
363
with :
364
364
ssh-private-key : ${{ secrets.SUPER_RENTALS_DEPLOY_KEY }}
365
365
- name : Download artifacts
You can’t perform that action at this time.
0 commit comments