Skip to content

Commit

Permalink
chore(deps): update webfactory/ssh-agent action to v0.8.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent f5b5d9e commit 1b92606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add Know Hosts
Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: 14.21.3
cache: 'npm'
- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add Know Hosts
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
node-version: 14.21.3
cache: 'npm'
- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add Know Hosts
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
name: deploy-files
path: ./dist

- uses: webfactory/ssh-agent@v0.7.0
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Add Know Hosts
Expand Down

0 comments on commit 1b92606

Please sign in to comment.