diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616ccf9..da036fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.8.1 with: url: ${{ secrets.VAULT_ADDR }} method: approle diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b82b0..0ecf15d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Import Secrets id: secrets # important to refer to it in later steps - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.8.1 with: url: ${{ secrets.VAULT_ADDR }} method: approle