Skip to content

Commit 7677642

Browse files
committed
ci: use latest version of vault-action
1 parent d208ed8 commit 7677642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@master
1818
- name: Import Secrets
19-
uses: hashicorp/vault-action@v2.1.1
19+
uses: hashicorp/vault-action@v2.3.0
2020
with:
2121
url: ${{ secrets.VAULT_ADDR }}
2222
token: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}

0 commit comments

Comments
 (0)