From 0083a5ebeed7b36f65b2df62c5b3de8f21aab717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:39:37 +0100 Subject: [PATCH] build(deps): bump hashicorp/actions-packaging-linux from 1.8 to 1.9 in the github-actions-backward-compatible group (#253) 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 d34b140..19ea188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: mkdir -p "$LICENSE_DIR" && cp LICENSE "$LICENSE_DIR/LICENSE.txt" - name: Package if: ${{ matrix.goos == 'linux' }} - uses: hashicorp/actions-packaging-linux@9a9ce398877672719e83026640662f3182931fde # v1.8 + uses: hashicorp/actions-packaging-linux@8d55a640bb30b5508f16757ea908b274564792d4 # v1.9 with: name: ${{ github.event.repository.name }} description: "hc-install CLI allows installing multiple versions of HashiCorp products in automation"