From 15c2f8304643c3bcce6901b3be5e665233eea82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:04:58 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 2 to 3 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2 to 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...v3) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-pull.yml | 2 +- .github/workflows/crowdin-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index a8c18bfaa7..038f4587df 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -41,7 +41,7 @@ jobs: role_name: github-chia-blockchain-gui - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }} diff --git a/.github/workflows/crowdin-push.yml b/.github/workflows/crowdin-push.yml index 358d12e31e..0d25f1b2de 100644 --- a/.github/workflows/crowdin-push.yml +++ b/.github/workflows/crowdin-push.yml @@ -25,7 +25,7 @@ jobs: role_name: github-chia-blockchain-gui - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }}