From 03e0bd63529f897a2dde6ecb1f8042cebde67f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:01:11 +0100 Subject: [PATCH] build(deps): bump hashicorp/action-setup-bob from 2.0.3 to 2.1.0 in the github-actions-backward-compatible group (#222) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ed4895d..5342be7 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@f4b0b1e80542d8c35a7b1ad071e7da8fffb15378 # v2 + uses: hashicorp/action-setup-bob@c0a100582ed1ae32525b0dc15bb35871ec869d0e # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }} @@ -49,7 +49,7 @@ jobs: needs: staging steps: - name: Setup bob - uses: hashicorp/action-setup-bob@f4b0b1e80542d8c35a7b1ad071e7da8fffb15378 # v2 + uses: hashicorp/action-setup-bob@c0a100582ed1ae32525b0dc15bb35871ec869d0e # v2 with: github-token: ${{ secrets.BOB_GITHUB_TOKEN }}