From 0d367da598546d96a6df1cd69d27f5a652fc2a49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:28:35 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v2.8.1 --- .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..da036fc 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.8.1 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..0ecf15d 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.8.1 with: url: ${{ secrets.VAULT_ADDR }} method: approle