From 4fa0871ac32c6c3189cb38334ba0d371faaf84c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:33:34 +0000 Subject: [PATCH] fix: bump hashicorp/vault-action from 2 to 4 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2 to 4. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v2...v4) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-issue.yml | 2 +- .github/workflows/agent-markdown.yml | 2 +- .github/workflows/changelog.yml | 2 +- .github/workflows/issue-agent.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/agent-issue.yml b/.github/workflows/agent-issue.yml index b219d6d..c771abb 100644 --- a/.github/workflows/agent-issue.yml +++ b/.github/workflows/agent-issue.yml @@ -8,7 +8,7 @@ jobs: - ubuntu-latest steps: - id: agent_secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v4 with: method: userpass password: ${{ secrets.VAULT_PASSWORD }} diff --git a/.github/workflows/agent-markdown.yml b/.github/workflows/agent-markdown.yml index bf01e4f..943a4ff 100644 --- a/.github/workflows/agent-markdown.yml +++ b/.github/workflows/agent-markdown.yml @@ -4,7 +4,7 @@ jobs: - ubuntu-latest steps: - id: agent_secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v4 with: method: userpass password: ${{ secrets.VAULT_PASSWORD }} diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7a65072..82507b7 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -5,7 +5,7 @@ jobs: - ubuntu-latest steps: - id: gitea_secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v4 with: method: userpass password: ${{ secrets.VAULT_PASSWORD }} diff --git a/.github/workflows/issue-agent.yml b/.github/workflows/issue-agent.yml index e20d271..6f97366 100644 --- a/.github/workflows/issue-agent.yml +++ b/.github/workflows/issue-agent.yml @@ -8,7 +8,7 @@ jobs: - ubuntu-latest steps: - id: agent_secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v4 with: method: userpass password: ${{ secrets.VAULT_PASSWORD }} @@ -16,7 +16,7 @@ jobs: url: ${{ secrets.VAULT_ADDR }} username: ${{ secrets.VAULT_USERNAME }} - id: gitea_secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v4 with: method: userpass password: ${{ secrets.VAULT_PASSWORD }}