From 161da3a6b7013e1f87e50b033556506a740b380d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:19:20 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 2.4.0 to 2.7.3 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.4.0 to 2.7.3. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v2.4.0...v2.7.3) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- .github/workflows/unit_tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83dffb1..0925c2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: - name: Get credentials id: vault - uses: hashicorp/vault-action@v2.4.0 + uses: hashicorp/vault-action@v2.7.3 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 247316c..28a4a50 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -25,7 +25,7 @@ jobs: - name: Get credentials id: vault - uses: hashicorp/vault-action@v2.4.0 + uses: hashicorp/vault-action@v2.7.3 with: url: ${{ secrets.VAULT_ADDR }} method: approle