We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e0bd6 commit c4aaa60Copy full SHA for c4aaa60
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
mkdir -p "$LICENSE_DIR" && cp LICENSE "$LICENSE_DIR/LICENSE.txt"
107
- name: Package
108
if: ${{ matrix.goos == 'linux' }}
109
- uses: hashicorp/actions-packaging-linux@0596d94121d44bd00463ac9d245efea64ee282d0 # v1.7
+ uses: hashicorp/actions-packaging-linux@9a9ce398877672719e83026640662f3182931fde # v1.8
110
with:
111
name: ${{ github.event.repository.name }}
112
description: "hc-install CLI allows installing multiple versions of HashiCorp products in automation"
0 commit comments