Skip to content

Commit a5a3247

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
cache: 'npm'
23-
- uses: webfactory/ssh-agent@v0.7.0
23+
- uses: webfactory/ssh-agent@v0.9.1
2424
with:
2525
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2626
- name: Add Know Hosts
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: 14.21.3
5555
cache: 'npm'
56-
- uses: webfactory/ssh-agent@v0.7.0
56+
- uses: webfactory/ssh-agent@v0.9.1
5757
with:
5858
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
5959
- name: Add Know Hosts
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
node-version: 14.21.3
9393
cache: 'npm'
94-
- uses: webfactory/ssh-agent@v0.7.0
94+
- uses: webfactory/ssh-agent@v0.9.1
9595
with:
9696
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
9797
- name: Add Know Hosts

0 commit comments

Comments
 (0)