Skip to content

Commit fb65347

Browse files
chore(deps): update hashicorp/vault-action action to v3
1 parent 3a86f7b commit fb65347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
5151

5252
- name: Import secrets
53-
uses: hashicorp/vault-action@v2.8.1
53+
uses: hashicorp/vault-action@v3.1.0
5454
with:
5555
url: https://vault.fluence.dev
5656
path: jwt/github
@@ -101,7 +101,7 @@ jobs:
101101
echo "found any?:" "${{ steps.status.outputs.found }}"
102102
103103
- name: Import secrets
104-
uses: hashicorp/vault-action@v2.8.1
104+
uses: hashicorp/vault-action@v3.1.0
105105
with:
106106
url: https://vault.fluence.dev
107107
path: jwt/github

.github/workflows/snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ inputs.ref }}
3434

3535
- name: Import secrets
36-
uses: hashicorp/vault-action@v2.8.1
36+
uses: hashicorp/vault-action@v3.1.0
3737
with:
3838
url: https://vault.fluence.dev
3939
path: jwt/github

0 commit comments

Comments
 (0)