From 136301a9106b7732a26f99b776ca4b77cec25a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:18:41 +0000 Subject: [PATCH] Bump hashicorp/packer-github-actions from 2.0.1 to 3.0.0 Bumps [hashicorp/packer-github-actions](https://github.com/hashicorp/packer-github-actions) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/hashicorp/packer-github-actions/releases) - [Changelog](https://github.com/hashicorp/setup-packer/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/packer-github-actions/compare/ecc5516821087666a672c0d280a0084ea6d9aafd...d38faf1295e2cddabf3ce395dc78405b7877be2d) --- updated-dependencies: - dependency-name: hashicorp/packer-github-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-plugin-example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-plugin-example.yml b/.github/workflows/test-plugin-example.yml index b137bff..314b46a 100644 --- a/.github/workflows/test-plugin-example.yml +++ b/.github/workflows/test-plugin-example.yml @@ -24,13 +24,13 @@ jobs: run: make dev - name: Init - uses: hashicorp/packer-github-actions@ecc5516821087666a672c0d280a0084ea6d9aafd + uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d with: working_directory: './example' command: init - name: Validate - uses: hashicorp/packer-github-actions@ecc5516821087666a672c0d280a0084ea6d9aafd + uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d with: working_directory: './example' command: validate @@ -38,7 +38,7 @@ jobs: PACKER_LOG: ${{ github.event.inputs.logs }} - name: Build - uses: hashicorp/packer-github-actions@ecc5516821087666a672c0d280a0084ea6d9aafd + uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d with: working_directory: './example' command: build