From 852927e3522835da5ae458f87c152a0bee8e8caa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:27:02 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v2.8.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | hashicorp/vault-action | v2.7.4 | v2.8.0 | --- .github/workflows/ci.yml | 2 +- .github/workflows/maintenance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4df931..46905ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index c99c2e4..07d3b5e 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -27,7 +27,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle