diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9065c34..50a3bc9 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@0596d94121d44bd00463ac9d245efea64ee282d0 # v1.7 + uses: hashicorp/actions-packaging-linux@9a9ce398877672719e83026640662f3182931fde # v1.8 with: name: ${{ github.event.repository.name }} description: "hc-install CLI allows installing multiple versions of HashiCorp products in automation"