diff --git a/.changes/unreleased/BUG FIXES-20240123-124538.yaml b/.changes/unreleased/BUG FIXES-20240123-124538.yaml new file mode 100644 index 0000000..97acbe4 --- /dev/null +++ b/.changes/unreleased/BUG FIXES-20240123-124538.yaml @@ -0,0 +1,6 @@ +kind: BUG FIXES +body: 'hashicorp: Prevented setup-hc-releases downloads from remaining in working + directory' +time: 2024-01-23T12:45:38.854667-05:00 +custom: + Issue: "79" diff --git a/.github/workflows/hashicorp.yml b/.github/workflows/hashicorp.yml index c2d4830..9729b95 100644 --- a/.github/workflows/hashicorp.yml +++ b/.github/workflows/hashicorp.yml @@ -83,7 +83,7 @@ jobs: go-version: ${{ inputs.setup-go-version }} go-version-file: ${{ inputs.setup-go-version-file }} # See also: ENGSRV-063: setup-hc-releases GitHub Action - - uses: hashicorp/setup-hc-releases@943fb9b54fcea12c90e58f4f24a2b4e5e5e90e4e # v2.1.1 + - uses: hashicorp/setup-hc-releases@a86464cdf5e68df8c68db52f0eb3d6d8557a85d8 # v2.1.3 with: github-token: ${{ secrets.hc-releases-github-token }} # See also: ENGSRV-065: setup-signore GitHub Action