From 77478171667e40d803da132a44549e9afb566797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:54:58 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v2.7.5 --- .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..1f6d567 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.5 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..1ba6ca7 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.5 with: url: ${{ secrets.VAULT_ADDR }} method: approle