From 57350affd37a3fad8d1e5ebc1df5965030556510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:23:24 +0000 Subject: [PATCH] build(deps): bump hashicorp/action-setup-bob Bumps the github-actions-backward-compatible group with 1 update: [hashicorp/action-setup-bob](https://github.com/hashicorp/action-setup-bob). Updates `hashicorp/action-setup-bob` from 2.0.0 to 2.0.3 - [Changelog](https://github.com/hashicorp/action-setup-bob/blob/main/github-release.test.js) - [Commits](https://github.com/hashicorp/action-setup-bob/compare/37475d2579813f74f3a9f4e86870498c8e560a1c...f4b0b1e80542d8c35a7b1ad071e7da8fffb15378) --- updated-dependencies: - dependency-name: hashicorp/action-setup-bob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-backward-compatible ... 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 88cc764..ed4895d 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@37475d2579813f74f3a9f4e86870498c8e560a1c # v2 + uses: hashicorp/action-setup-bob@f4b0b1e80542d8c35a7b1ad071e7da8fffb15378 # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }} @@ -49,7 +49,7 @@ jobs: needs: staging steps: - name: Setup bob - uses: hashicorp/action-setup-bob@37475d2579813f74f3a9f4e86870498c8e560a1c # v2 + uses: hashicorp/action-setup-bob@f4b0b1e80542d8c35a7b1ad071e7da8fffb15378 # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }}