Skip to content

Commit

Permalink
Bump hashicorp-contrib/setup-packer from 2 to 3 (#20)
Browse files Browse the repository at this point in the history
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](hashicorp-contrib/setup-packer@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 444e4bd commit 77f0d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packer-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Use latest Packer # see: https://github.com/marketplace/actions/setup-packer
uses: hashicorp-contrib/setup-packer@v2
uses: hashicorp-contrib/setup-packer@v3
with:
packer-version: 1.8.3
- name: Validate configuration files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packer-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Use latest Packer # see: https://github.com/marketplace/actions/setup-packer
uses: hashicorp-contrib/setup-packer@v2
uses: hashicorp-contrib/setup-packer@v3
with:
packer-version: 1.8.3
- name: Validate configuration files
Expand Down

0 comments on commit 77f0d91

Please sign in to comment.