diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4df931..46905ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index c99c2e4..07d3b5e 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -27,7 +27,7 @@ jobs: - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v2.8.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle