Skip to content

Commit 63603b9

Browse files
chore(deps): update webfactory/ssh-agent action to v0.9.1
[skip ci]
1 parent eb3a7c7 commit 63603b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node }}
2020
cache: 'npm'
21-
- uses: webfactory/ssh-agent@v0.7.0
21+
- uses: webfactory/ssh-agent@v0.9.1
2222
with:
2323
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2424
- name: Add Know Hosts
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: 14.21.3
5151
cache: 'npm'
52-
- uses: webfactory/ssh-agent@v0.7.0
52+
- uses: webfactory/ssh-agent@v0.9.1
5353
with:
5454
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5555
- name: Add Know Hosts
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
node-version: 14.21.3
8888
cache: 'npm'
89-
- uses: webfactory/ssh-agent@v0.7.0
89+
- uses: webfactory/ssh-agent@v0.9.1
9090
with:
9191
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
9292
- name: Add Know Hosts

0 commit comments

Comments
 (0)