Use vault-action@v4 (PR 4)

This commit is contained in:
Yuriy Selivanov 2026-06-15 20:30:44 +03:00 committed by GitHub
parent 03ab2a4ed8
commit 14d159e22e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6
- name: Retrieve GPG signing secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ vars.VAULT_URL }}
method: jwt
@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v6
- name: Retrieve GPG signing secrets
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ vars.VAULT_URL }}
method: jwt

View file

@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Retrieve DockerHub credentials from Vault
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@v4
with:
url: ${{ vars.VAULT_URL }}
method: jwt