Browse Source

Update hashicorp/setup-packer action to v3 (#211)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/214/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
39bc1ea4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-digital-ocean.yml

2
.github/workflows/release-digital-ocean.yml

@ -40,7 +40,7 @@ jobs: @@ -40,7 +40,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Set up Hashicorp Packer
uses: hashicorp/setup-packer@ecc5516821087666a672c0d280a0084ea6d9aafd # v2.0.1
uses: hashicorp/setup-packer@d38faf1295e2cddabf3ce395dc78405b7877be2d # v3.0.0
- name: Build Digital Ocean Image
env:

Loading…
Cancel
Save