From 1a305a937bd2aef233f90f058a6e4432ff0498e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:28:29 +0000 Subject: [PATCH] chore(deps): bump the github-actions group Bumps the github-actions group in /.github/actions/buildkite with 1 update: [hashicorp/vault-action](https://github.com/hashicorp/vault-action). Updates `hashicorp/vault-action` from 2.8.0 to 3.0.0 - [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.8.0...v3.0.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/buildkite/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/buildkite/action.yml b/.github/actions/buildkite/action.yml index 22764a1c..50e54c60 100644 --- a/.github/actions/buildkite/action.yml +++ b/.github/actions/buildkite/action.yml @@ -70,7 +70,7 @@ outputs: runs: using: "composite" steps: - - uses: hashicorp/vault-action@v2.8.0 + - uses: hashicorp/vault-action@v3.0.0 with: url: ${{ inputs.vaultUrl }} roleId: ${{ inputs.vaultRoleId }}