From c9168644e4f36e6bfc2c847db46d96ada2d0ce4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 02:12:43 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v3 --- .github/workflows/release.yml | 10 +++++----- .github/workflows/snapshot-air-beautify-wasm.yml | 2 +- .github/workflows/snapshot-avm.yml | 2 +- .github/workflows/snapshot-cargo.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2cf3162d7..e32378296a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github @@ -178,7 +178,7 @@ jobs: working-directory: avm/client/dist - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github @@ -233,7 +233,7 @@ jobs: path: crates/interpreter-wasm/ - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github @@ -274,7 +274,7 @@ jobs: run: wasm-pack build --release -m force --target nodejs - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github @@ -338,7 +338,7 @@ jobs: echo "found any?:" "${{ steps.status.outputs.found }}" - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github diff --git a/.github/workflows/snapshot-air-beautify-wasm.yml b/.github/workflows/snapshot-air-beautify-wasm.yml index aba1849f95..f425d9433d 100644 --- a/.github/workflows/snapshot-air-beautify-wasm.yml +++ b/.github/workflows/snapshot-air-beautify-wasm.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ inputs.ref }} - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github diff --git a/.github/workflows/snapshot-avm.yml b/.github/workflows/snapshot-avm.yml index d19603da96..92fcd38ba5 100644 --- a/.github/workflows/snapshot-avm.yml +++ b/.github/workflows/snapshot-avm.yml @@ -45,7 +45,7 @@ jobs: working-directory: avm/client/dist - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github diff --git a/.github/workflows/snapshot-cargo.yml b/.github/workflows/snapshot-cargo.yml index 7441934cff..87d52ef264 100644 --- a/.github/workflows/snapshot-cargo.yml +++ b/.github/workflows/snapshot-cargo.yml @@ -41,7 +41,7 @@ jobs: ref: ${{ inputs.ref }} - name: Import secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3.0.0 with: url: https://vault.fluence.dev path: jwt/github