From 4a02677d2e082451fb4c9f185fd85fa93201635d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:59:32 +0200 Subject: [PATCH] chore(deps): bump hashicorp/actions-packaging-linux from 1.8 to 1.9 (#24034) Bumps [hashicorp/actions-packaging-linux](https://github.com/hashicorp/actions-packaging-linux) from 1.8 to 1.9. - [Release notes](https://github.com/hashicorp/actions-packaging-linux/releases) - [Commits](https://github.com/hashicorp/actions-packaging-linux/compare/9a9ce398877672719e83026640662f3182931fde...8d55a640bb30b5508f16757ea908b274564792d4) --- updated-dependencies: - dependency-name: hashicorp/actions-packaging-linux dependency-type: direct:production update-type: version-update:semver-minor ... 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 8b6001d88..a7d507e2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,7 @@ jobs: cp LICENSE "$LICENSE_DIR/LICENSE.txt" - name: Package - uses: hashicorp/actions-packaging-linux@9a9ce398877672719e83026640662f3182931fde # v1.8.0 + uses: hashicorp/actions-packaging-linux@8d55a640bb30b5508f16757ea908b274564792d4 # v1.8.0 with: name: ${{ env.PKG_NAME }} description: "Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications."