From 97933adce13aa1461751b533247971cac21b07b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 04:32:20 +0000 Subject: [PATCH] build(deps): bump hashicorp/actions-packaging-linux from 1.7 to 1.9 Bumps [hashicorp/actions-packaging-linux](https://github.com/hashicorp/actions-packaging-linux) from 1.7 to 1.9. - [Release notes](https://github.com/hashicorp/actions-packaging-linux/releases) - [Commits](https://github.com/hashicorp/actions-packaging-linux/compare/0596d94121d44bd00463ac9d245efea64ee282d0...8d55a640bb30b5508f16757ea908b274564792d4) --- updated-dependencies: - dependency-name: hashicorp/actions-packaging-linux dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 d15f3d66..45f7a1bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: instructions: |- make crt - if: ${{ matrix.goos == 'linux' }} - uses: hashicorp/actions-packaging-linux@0596d94121d44bd00463ac9d245efea64ee282d0 # v1.7.0 + uses: hashicorp/actions-packaging-linux@8d55a640bb30b5508f16757ea908b274564792d4 # v1.7.0 with: name: "levant" description: "Levant is a templating and deployment tool for HashiCorp Nomad"