Skip to content

Commit b46ed1f

Browse files
chore(deps): update hashicorp/vault-action action to v3
1 parent cb37f9a commit b46ed1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/DEPLOY.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Import Secrets
1818
id: secrets # important to refer to it in later steps
19-
uses: hashicorp/vault-action@v2.8.1
19+
uses: hashicorp/vault-action@v3.4.0
2020
with:
2121
url: ${{ secrets.VAULT_ADDR }}
2222
method: approle

.github/workflows/RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Import Secrets
2121
id: secrets
22-
uses: hashicorp/vault-action@v2.8.1
22+
uses: hashicorp/vault-action@v3.4.0
2323
with:
2424
url: ${{ secrets.VAULT_ADDR }}
2525
method: approle

0 commit comments

Comments
 (0)