From 937c73575f63ac01c3face2793d2a0cb7d1051d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:21:58 +0000 Subject: [PATCH] build(deps): bump the github-actions-breaking group with 2 updates Bumps the github-actions-breaking group with 2 updates: [hashicorp/actions-set-product-version](https://github.com/hashicorp/actions-set-product-version) and [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build). Updates `hashicorp/actions-set-product-version` from 1.0.1 to 2 - [Commits](https://github.com/hashicorp/actions-set-product-version/compare/e2c49d61aff17b1280ddfe7bb031331d02ca0140...d9b52fb778068099ca4c5e28e1ca0fee2544e114) Updates `hashicorp/actions-go-build` from 0.1.9 to 1 - [Release notes](https://github.com/hashicorp/actions-go-build/releases) - [Changelog](https://github.com/hashicorp/actions-go-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/actions-go-build/compare/e20c6be7bf010e40e930dab20e6da63176725ec1...37358f6098ef21b09542d84a9814ebb843aa4e3e) --- updated-dependencies: - dependency-name: hashicorp/actions-set-product-version dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking - dependency-name: hashicorp/actions-go-build dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-breaking ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e5b2f0..3aa9d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Set Product version id: set-product-version - uses: hashicorp/actions-set-product-version@e2c49d61aff17b1280ddfe7bb031331d02ca0140 # v1.0.1 + uses: hashicorp/actions-set-product-version@d9b52fb778068099ca4c5e28e1ca0fee2544e114 # v2 generate-metadata-file: needs: set-product-version @@ -82,7 +82,7 @@ jobs: name: Go ${{ needs.get-go-version.outputs.go-version }} ${{ matrix.goos }} ${{ matrix.goarch }} build steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - uses: hashicorp/actions-go-build@e20c6be7bf010e40e930dab20e6da63176725ec1 # v0.1.9 + - uses: hashicorp/actions-go-build@37358f6098ef21b09542d84a9814ebb843aa4e3e # v1 env: BASE_VERSION: ${{ needs.set-product-version.outputs.product-base-version }} PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version}}