Skip to content

Commit

Permalink
Merge pull request #63 from cfindlayisme/renovate/hashicorp-vault-act…
Browse files Browse the repository at this point in the history
…ion-3.x

chore(deps): update hashicorp/vault-action action to v3.1.0
  • Loading branch information
cfindlayisme authored Jan 19, 2025
2 parents f834bfb + 90554e7 commit a14f5a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: '1.21.3'
- name: Retrieve wmb info from vault
id: import-secrets-wmb
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
go-version: 1.22.3
- name: Retrieve wmb info from vault
id: import-secrets-wmb
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Retrieve wmb info from vault
id: import-secrets-wmb
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- name: Retrieve wmb info from vault
id: import-secrets-wmb
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand All @@ -189,7 +189,7 @@ jobs:

- name: Retrieve kubeconfig from Vault
id: import-secrets
uses: hashicorp/vault-action@v3.0.0
uses: hashicorp/vault-action@v3.1.0
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit a14f5a2

Please sign in to comment.