File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@v1
18
18
19
- - uses : actions/setup-node@v1
19
+ - uses : actions/setup-node@v1.4.4
20
20
with :
21
21
node-version : ' 10.15.1'
22
22
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
persist-credentials : false
105
105
106
106
- name : Install SSH Client
107
- uses : webfactory/ssh-agent@v0.4.1
107
+ uses : webfactory/ssh-agent@v0.2.0
108
108
with :
109
109
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
110
110
@@ -129,7 +129,7 @@ jobs:
129
129
needs : integration-ssh
130
130
runs-on : ubuntu-latest
131
131
steps :
132
- - uses : actions/setup-node@v1
132
+ - uses : actions/setup-node@v1.4.4
133
133
with :
134
134
node-version : ' 10.x'
135
135
@@ -139,7 +139,7 @@ jobs:
139
139
persist-credentials : false
140
140
141
141
- name : Install SSH Client
142
- uses : webfactory/ssh-agent@v0.4.1
142
+ uses : webfactory/ssh-agent@v0.2.0
143
143
with :
144
144
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
145
145
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
persist-credentials : false
105
105
106
106
- name : Install SSH Client
107
- uses : webfactory/ssh-agent@v0.4.1
107
+ uses : webfactory/ssh-agent@v0.2.0
108
108
with :
109
109
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
110
110
@@ -128,7 +128,7 @@ jobs:
128
128
needs : integration-ssh
129
129
runs-on : ubuntu-latest
130
130
steps :
131
- - uses : actions/setup-node@v1
131
+ - uses : actions/setup-node@v1.4.4
132
132
with :
133
133
node-version : ' 10.x'
134
134
@@ -138,7 +138,7 @@ jobs:
138
138
persist-credentials : false
139
139
140
140
- name : Install SSH Client
141
- uses : webfactory/ssh-agent@v0.4.1
141
+ uses : webfactory/ssh-agent@v0.2.0
142
142
with :
143
143
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
144
144
Original file line number Diff line number Diff line change 12
12
ref : dev
13
13
14
14
# Setup .npmrc file to publish to npm
15
- - uses : actions/setup-node@v1.4.2
15
+ - uses : actions/setup-node@v1.4.4
16
16
with :
17
17
node-version : ' 10.15.1'
18
18
registry-url : ' https://registry.npmjs.org'
37
37
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
38
38
39
39
# Setup .npmrc file to publish to GitHub Packages
40
- - uses : actions/setup-node@v1.4.2
40
+ - uses : actions/setup-node@v1.4.4
41
41
with :
42
42
node-version : 12
43
43
registry-url : ' https://npm.pkg.github.com'
You can’t perform that action at this time.
0 commit comments