We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcd2e9 commit a5a3247Copy full SHA for a5a3247
1 file changed
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node }}
22
cache: 'npm'
23
- - uses: webfactory/ssh-agent@v0.7.0
+ - uses: webfactory/ssh-agent@v0.9.1
24
25
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
26
- name: Add Know Hosts
@@ -53,7 +53,7 @@ jobs:
53
54
node-version: 14.21.3
55
56
57
58
59
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments