This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v3
5151
5252 - name : Import secrets
53- uses : hashicorp/vault-action@v2.4.3
53+ uses : hashicorp/vault-action@v2.8.1
5454 with :
5555 url : https://vault.fluence.dev
5656 path : jwt/github
7373 run : ./build.sh
7474
7575 - name : Install cargo-workspaces
76- uses : baptiste0928/cargo-install@v1.3.0
76+ uses : baptiste0928/cargo-install@v1.3.1
7777 with :
7878 crate : cargo-workspaces
7979
8989 - name : Setup node
9090 uses : actions/setup-node@v3
9191 with :
92- node-version : " 16"
92+ node-version : " 16.20.2 "
9393 registry-url : " https://registry.npmjs.org"
9494 cache-dependency-path : " aqua/package-lock.json"
9595 cache : " npm"
@@ -138,7 +138,7 @@ jobs:
138138 echo "found any?:" "${{ steps.status.outputs.found }}"
139139
140140 - name : Import secrets
141- uses : hashicorp/vault-action@v2.4.3
141+ uses : hashicorp/vault-action@v2.8.1
142142 with :
143143 url : https://vault.fluence.dev
144144 path : jwt/github
Original file line number Diff line number Diff line change 5151 - name : Setup node
5252 uses : actions/setup-node@v3
5353 with :
54- node-version : " 16"
54+ node-version : " 16.20.2 "
5555 registry-url : " https://registry.npmjs.org"
5656 cache-dependency-path : " aqua/package-lock.json"
5757 cache : " npm"
You can’t perform that action at this time.
0 commit comments