From cb9447e8d345ba4f853971b4f8c6116cc62375af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:21:16 +0000 Subject: [PATCH] chore(deps): bump hashicorp/setup-packer from 3.1.0 to 3.2.0 Bumps [hashicorp/setup-packer](https://github.com/hashicorp/setup-packer) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/hashicorp/setup-packer/releases) - [Commits](https://github.com/hashicorp/setup-packer/compare/1aa358be5cf73883762b302a3a03abd66e75b232...c3d53c525d422944e50ee27b840746d6522b08de) --- updated-dependencies: - dependency-name: hashicorp/setup-packer dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-plugin-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-plugin-example.yml b/.github/workflows/test-plugin-example.yml index b6c4d77..d6a4769 100644 --- a/.github/workflows/test-plugin-example.yml +++ b/.github/workflows/test-plugin-example.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Packer - uses: hashicorp/setup-packer@1aa358be5cf73883762b302a3a03abd66e75b232 # v3.1.0 + uses: hashicorp/setup-packer@c3d53c525d422944e50ee27b840746d6522b08de # v3.2.0 with: version: "latest"