Skip to content

Commit

Permalink
Bump hashicorp/packer-github-actions from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [hashicorp/packer-github-actions](https://github.com/hashicorp/packer-github-actions) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/hashicorp/packer-github-actions/releases)
- [Commits](hashicorp/setup-packer@d38faf1...1aa358b)

---
updated-dependencies:
- dependency-name: hashicorp/packer-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent c3db0af commit 258f531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-plugin-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ jobs:
run: make dev

- name: Init
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: init

- name: Validate
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: validate
env:
PACKER_LOG: ${{ github.event.inputs.logs }}

- name: Build
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: build
Expand Down

0 comments on commit 258f531

Please sign in to comment.