From 1abb2bfa50f3e25612797101bbff44c973e7c779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:55:35 +0000 Subject: [PATCH] chore(deps): bump the github-actions group Bumps the github-actions group in /.github/actions/github-token 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/github-token/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/github-token/action.yml b/.github/actions/github-token/action.yml index a34b209c..cdfd3634 100644 --- a/.github/actions/github-token/action.yml +++ b/.github/actions/github-token/action.yml @@ -20,7 +20,7 @@ runs: using: "composite" steps: # FIXME we need a GitHub APP with enough permissions. - # - uses: hashicorp/vault-action@v2.8.0 + # - uses: hashicorp/vault-action@v3.0.0 # with: # url: ${{ inputs.url }} # roleId: ${{ inputs.roleId }} @@ -50,7 +50,7 @@ runs: # echo "GIT_USER=apmmachine" >> $GITHUB_ENV # echo "GIT_EMAIL=apmmachine@users.noreply.github.com" >> $GITHUB_ENV - - uses: hashicorp/vault-action@v2.8.0 + - uses: hashicorp/vault-action@v3.0.0 with: url: ${{ inputs.url }} roleId: ${{ inputs.roleId }}