File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@v3
51
51
52
52
- name : Import secrets
53
- uses : hashicorp/vault-action@v2.4.3
53
+ uses : hashicorp/vault-action@v2.8.1
54
54
with :
55
55
url : https://vault.fluence.dev
56
56
path : jwt/github
73
73
run : ./build.sh
74
74
75
75
- name : Install cargo-workspaces
76
- uses :
baptiste0928/[email protected] .0
76
+ uses :
baptiste0928/[email protected] .1
77
77
with :
78
78
crate : cargo-workspaces
79
79
89
89
- name : Setup node
90
90
uses : actions/setup-node@v3
91
91
with :
92
- node-version : " 16"
92
+ node-version : " 16.20.2 "
93
93
registry-url : " https://registry.npmjs.org"
94
94
cache-dependency-path : " aqua/package-lock.json"
95
95
cache : " npm"
@@ -138,7 +138,7 @@ jobs:
138
138
echo "found any?:" "${{ steps.status.outputs.found }}"
139
139
140
140
- name : Import secrets
141
- uses : hashicorp/vault-action@v2.4.3
141
+ uses : hashicorp/vault-action@v2.8.1
142
142
with :
143
143
url : https://vault.fluence.dev
144
144
path : jwt/github
Original file line number Diff line number Diff line change 51
51
- name : Setup node
52
52
uses : actions/setup-node@v3
53
53
with :
54
- node-version : " 16"
54
+ node-version : " 16.20.2 "
55
55
registry-url : " https://registry.npmjs.org"
56
56
cache-dependency-path : " aqua/package-lock.json"
57
57
cache : " npm"
You can’t perform that action at this time.
0 commit comments