Skip to content

Commit e774cc5

Browse files
authored
Update README.md
1 parent d9215d1 commit e774cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
npm run build
220220
221221
- name: Install SSH Client 🔑
222-
uses: webfactory/ssh-agent@v0.2.0 # This step installs the ssh client into the workflow run. There's many options available for this on the action marketplace.
222+
uses: webfactory/ssh-agent@v0.4.1 # This step installs the ssh client into the workflow run. There's many options available for this on the action marketplace.
223223
with:
224224
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
225225

0 commit comments

Comments
 (0)