chore(deps): update hashicorp/vault-action action to v2.5.0 (#55)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-05 15:40:05 +03:00 committed by GitHub
parent c7a96b4554
commit 9ecd3bc7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.5.0
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github
@ -152,7 +152,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}" echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.5.0
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github

View File

@ -35,7 +35,7 @@ jobs:
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.5.0
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github