diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 232af309df..3c39e36435 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -19,7 +19,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/packs-data.yaml b/.github/workflows/packs-data.yaml index b646f895a7..711ef4fed4 100644 --- a/.github/workflows/packs-data.yaml +++ b/.github/workflows/packs-data.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v3 with: url: https://vault.prism.spectrocloud.com method: approle diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 291a555e9f..8acf7bfc4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -114,7 +114,7 @@ jobs: - name: Retrieve Credentials id: import-secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: https://vault.prism.spectrocloud.com method: approle