From daa9c26b87d1a3002f51ff91ac6736b6095ed28e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:01:42 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v2.7.4 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616ccf9..7d3b4cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..d5d5c9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 with: url: ${{ secrets.VAULT_ADDR }} method: approle