From a019636c729e3ce602323c0df5c8482a3da4ddbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:01:38 +0000 Subject: [PATCH] build(deps): bump hashicorp/action-setup-bob Bumps the github-actions-breaking group with 1 update: [hashicorp/action-setup-bob](https://github.com/hashicorp/action-setup-bob). Updates `hashicorp/action-setup-bob` from 1.0.20 to 2 - [Release notes](https://github.com/hashicorp/action-setup-bob/releases) - [Changelog](https://github.com/hashicorp/action-setup-bob/blob/main/github-release.test.js) - [Commits](https://github.com/hashicorp/action-setup-bob/compare/3b8865c92994bc7e960441612e81f88a84d31a1a...37475d2579813f74f3a9f4e86870498c8e560a1c) --- updated-dependencies: - dependency-name: hashicorp/action-setup-bob dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbc70f9..88cc764 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup bob - uses: hashicorp/action-setup-bob@3b8865c92994bc7e960441612e81f88a84d31a1a # v1.0.20 + uses: hashicorp/action-setup-bob@37475d2579813f74f3a9f4e86870498c8e560a1c # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }} @@ -49,7 +49,7 @@ jobs: needs: staging steps: - name: Setup bob - uses: hashicorp/action-setup-bob@3b8865c92994bc7e960441612e81f88a84d31a1a # v1.0.20 + uses: hashicorp/action-setup-bob@37475d2579813f74f3a9f4e86870498c8e560a1c # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }}