Skip to content

Commit 5a5c06a

Browse files
chore(deps): update hashicorp/vault-action action to v3
1 parent b3f76a0 commit 5a5c06a

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
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
9494

9595
- name: Import secrets
96-
uses: hashicorp/vault-action@v2.8.0
96+
uses: hashicorp/vault-action@v3.1.0
9797
with:
9898
url: https://vault.fluence.dev
9999
path: jwt/github
@@ -147,7 +147,7 @@ jobs:
147147
echo "found any?:" "${{ steps.status.outputs.found }}"
148148
149149
- name: Import secrets
150-
uses: hashicorp/vault-action@v2.8.0
150+
uses: hashicorp/vault-action@v3.1.0
151151
with:
152152
url: https://vault.fluence.dev
153153
path: jwt/github

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ inputs.ref }}
4848

4949
- name: Import secrets
50-
uses: hashicorp/vault-action@v2.8.0
50+
uses: hashicorp/vault-action@v3.1.0
5151
with:
5252
url: https://vault.fluence.dev
5353
path: jwt/github

0 commit comments

Comments
 (0)