From 7672cef794871451d07e3bac2744b97633e3e63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:49:03 +0000 Subject: [PATCH] Bump hashicorp-contrib/setup-packer from 2 to 3 Bumps [hashicorp-contrib/setup-packer](https://github.com/hashicorp-contrib/setup-packer) from 2 to 3. - [Release notes](https://github.com/hashicorp-contrib/setup-packer/releases) - [Changelog](https://github.com/hashicorp-contrib/setup-packer/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp-contrib/setup-packer/compare/v2...v3) --- updated-dependencies: - dependency-name: hashicorp-contrib/setup-packer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-ubuntu-22_04.yml | 2 +- .github/workflows/azure-ubuntu-22_04.yml | 2 +- .github/workflows/google-ubuntu-22_04.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aws-ubuntu-22_04.yml b/.github/workflows/aws-ubuntu-22_04.yml index 2295d45..270fc9d 100644 --- a/.github/workflows/aws-ubuntu-22_04.yml +++ b/.github/workflows/aws-ubuntu-22_04.yml @@ -88,7 +88,7 @@ jobs: target: "packer/aws/ubuntu/22_04/install-krew-and-plugins.sh" - name: Use latest Packer - uses: hashicorp-contrib/setup-packer@v2 + uses: hashicorp-contrib/setup-packer@v3 with: packer-version: 1.9.4 diff --git a/.github/workflows/azure-ubuntu-22_04.yml b/.github/workflows/azure-ubuntu-22_04.yml index e99d78a..2fe4eb6 100644 --- a/.github/workflows/azure-ubuntu-22_04.yml +++ b/.github/workflows/azure-ubuntu-22_04.yml @@ -92,7 +92,7 @@ jobs: target: "packer/azure/ubuntu/22_04/install-krew-and-plugins.sh" - name: Use latest Packer - uses: hashicorp-contrib/setup-packer@v2 + uses: hashicorp-contrib/setup-packer@v3 with: packer-version: 1.9.4 diff --git a/.github/workflows/google-ubuntu-22_04.yml b/.github/workflows/google-ubuntu-22_04.yml index 48ccf3d..651e851 100644 --- a/.github/workflows/google-ubuntu-22_04.yml +++ b/.github/workflows/google-ubuntu-22_04.yml @@ -172,7 +172,7 @@ jobs: target: "packer/google/ubuntu/22_04/install-krew-and-plugins.sh" - name: Use latest Packer - uses: hashicorp-contrib/setup-packer@v2 + uses: hashicorp-contrib/setup-packer@v3 with: packer-version: 1.9.4