From 4aaa6179d357f520ede218e7c2bca281bf3c8227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:45:52 +0000 Subject: [PATCH] chore: update hashicorp/vault-action action to v2.7.3 --- .github/workflows/NIGHTLY.yml | 2 +- .github/workflows/PUBLISH_RELEASE.yml | 2 +- .github/workflows/RELEASE_ISSUE.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 01d13470b0..c6e3521dcd 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -81,7 +81,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.3 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/PUBLISH_RELEASE.yml b/.github/workflows/PUBLISH_RELEASE.yml index da4d5d4022..457c9c4b1f 100644 --- a/.github/workflows/PUBLISH_RELEASE.yml +++ b/.github/workflows/PUBLISH_RELEASE.yml @@ -18,7 +18,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.3 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/RELEASE_ISSUE.yml b/.github/workflows/RELEASE_ISSUE.yml index 3f1d2c16fe..084634c45b 100644 --- a/.github/workflows/RELEASE_ISSUE.yml +++ b/.github/workflows/RELEASE_ISSUE.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v2.7.3 with: url: ${{ secrets.VAULT_ADDR }} method: approle