Skip to content

Commit b6a85d1

Browse files
Bump hashicorp/vault-action from 3 to 4 (#2934)
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3 to 4. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v3...v4) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd4e48e commit b6a85d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
role_name: github-chia-blockchain-gui
4242

4343
- name: Get secrets from vault
44-
uses: hashicorp/vault-action@v3
44+
uses: hashicorp/vault-action@v4
4545
with:
4646
url: ${{ secrets.VAULT_URL }}
4747
token: ${{ env.VAULT_TOKEN }}

.github/workflows/crowdin-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
role_name: github-chia-blockchain-gui
2626

2727
- name: Get secrets from vault
28-
uses: hashicorp/vault-action@v3
28+
uses: hashicorp/vault-action@v4
2929
with:
3030
url: ${{ secrets.VAULT_URL }}
3131
token: ${{ env.VAULT_TOKEN }}

0 commit comments

Comments
 (0)