Skip to content

Commit 26cdc6e

Browse files
chore(deps): update hashicorp/vault-action action to v3 (#2084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2daa50d commit 26cdc6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ inputs.ref }}
4747

4848
- name: Import secrets
49-
uses: hashicorp/vault-action@v2.8.1
49+
uses: hashicorp/vault-action@v3.0.0
5050
with:
5151
url: https://vault.fluence.dev
5252
path: jwt/github

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ inputs.tag }}
3838

3939
- name: Import secrets
40-
uses: hashicorp/vault-action@v2.8.1
40+
uses: hashicorp/vault-action@v3.0.0
4141
with:
4242
url: https://vault.fluence.dev
4343
path: jwt/github

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "found any?:" "${{ steps.status.outputs.found }}"
139139
140140
- name: Import secrets
141-
uses: hashicorp/vault-action@v2.8.1
141+
uses: hashicorp/vault-action@v3.0.0
142142
with:
143143
url: https://vault.fluence.dev
144144
path: jwt/github

0 commit comments

Comments
 (0)