From ec5055cb13423aa71649532ef51914c74a2dc5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:18:23 +0000 Subject: [PATCH] build(deps): bump hashicorp/actions-go-build from 0.1.7 to 0.1.9 (#1164) Bumps [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build) from 0.1.7 to 0.1.9. - [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/v0.1.7...v0.1.9) --- updated-dependencies: - dependency-name: hashicorp/actions-go-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 547ec9b50..44b19ae81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: path: ./internal/schemas/data - name: Check provider schemas run: du -h -s ./internal/schemas/data - - uses: hashicorp/actions-go-build@v0.1.7 + - uses: hashicorp/actions-go-build@v0.1.9 env: BASE_VERSION: ${{ needs.set-product-version.outputs.product-base-version }} PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version}}