From bcb95cb2eb82920f2fd7b35497b05e470d3e9ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:11:52 +0100 Subject: [PATCH] chore(deps): bump the github-actions group with 1 update (#3859) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea0da2cc83..2f72cbb19f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - run: make -C .ci push-docker - name: Read AWS vault secrets - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Read NPM vault secrets - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle