Skip to content

Commit 39356ef

Browse files
chore(deps): update hashicorp/vault-action action to v3
1 parent 4bdc881 commit 39356ef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v4
105105

106106
- name: Import secrets
107-
uses: hashicorp/vault-action@v2.7.3
107+
uses: hashicorp/vault-action@v3.0.0
108108
with:
109109
url: https://vault.fluence.dev
110110
path: jwt/github
@@ -178,7 +178,7 @@ jobs:
178178
working-directory: avm/client/dist
179179

180180
- name: Import secrets
181-
uses: hashicorp/vault-action@v2.7.3
181+
uses: hashicorp/vault-action@v3.0.0
182182
with:
183183
url: https://vault.fluence.dev
184184
path: jwt/github
@@ -233,7 +233,7 @@ jobs:
233233
path: crates/interpreter-wasm/
234234

235235
- name: Import secrets
236-
uses: hashicorp/vault-action@v2.7.3
236+
uses: hashicorp/vault-action@v3.0.0
237237
with:
238238
url: https://vault.fluence.dev
239239
path: jwt/github
@@ -274,7 +274,7 @@ jobs:
274274
run: wasm-pack build --release -m force --target nodejs
275275

276276
- name: Import secrets
277-
uses: hashicorp/vault-action@v2.7.3
277+
uses: hashicorp/vault-action@v3.0.0
278278
with:
279279
url: https://vault.fluence.dev
280280
path: jwt/github
@@ -338,7 +338,7 @@ jobs:
338338
echo "found any?:" "${{ steps.status.outputs.found }}"
339339
340340
- name: Import secrets
341-
uses: hashicorp/vault-action@v2.7.3
341+
uses: hashicorp/vault-action@v3.0.0
342342
with:
343343
url: https://vault.fluence.dev
344344
path: jwt/github

.github/workflows/snapshot-air-beautify-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ inputs.ref }}
3939

4040
- name: Import secrets
41-
uses: hashicorp/vault-action@v2.7.3
41+
uses: hashicorp/vault-action@v3.0.0
4242
with:
4343
url: https://vault.fluence.dev
4444
path: jwt/github

.github/workflows/snapshot-avm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: avm/client/dist
4646

4747
- name: Import secrets
48-
uses: hashicorp/vault-action@v2.7.3
48+
uses: hashicorp/vault-action@v3.0.0
4949
with:
5050
url: https://vault.fluence.dev
5151
path: jwt/github

.github/workflows/snapshot-cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ref: ${{ inputs.ref }}
4242

4343
- name: Import secrets
44-
uses: hashicorp/vault-action@v2.7.3
44+
uses: hashicorp/vault-action@v3.0.0
4545
with:
4646
url: https://vault.fluence.dev
4747
path: jwt/github

0 commit comments

Comments
 (0)