Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c06a18b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v3
5353

5454
- name: Import secrets
55-
uses: hashicorp/vault-action@v2.4.3
55+
uses: hashicorp/vault-action@v3.1.0
5656
with:
5757
url: https://vault.fluence.dev
5858
path: jwt/github
@@ -103,7 +103,7 @@ jobs:
103103
echo "found any?:" "${{ steps.status.outputs.found }}"
104104
105105
- name: Import secrets
106-
uses: hashicorp/vault-action@v2.4.3
106+
uses: hashicorp/vault-action@v3.1.0
107107
with:
108108
url: https://vault.fluence.dev
109109
path: jwt/github

0 commit comments

Comments
 (0)