Skip to content

Commit b3f76a0

Browse files
chore(deps): update hashicorp/vault-action action to v2.8.0 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4926e4f commit b3f76a0

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.7.4
96+
uses: hashicorp/vault-action@v2.8.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.7.4
150+
uses: hashicorp/vault-action@v2.8.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.7.4
50+
uses: hashicorp/vault-action@v2.8.0
5151
with:
5252
url: https://vault.fluence.dev
5353
path: jwt/github

0 commit comments

Comments
 (0)