Skip to content

Commit

Permalink
workflows: replace sudomateo/setup-packer
Browse files Browse the repository at this point in the history
The sudomateo/setup-packer action is archived and was replaced by
hashicorp/setup-packer, so we can use this one instead.
  • Loading branch information
lbajolet-hashicorp committed Jul 28, 2023
1 parent 663b793 commit fdbc52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
- name: Install Packer
uses: sudomateo/setup-packer@v1 # TSCCR: no entry for repository "sudomateo/setup-packer"
uses: hashicorp/setup-packer@v2.0.0
with:
packer-version: latest
version: latest
- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0.7.3'
id: 'gcp-auth'
Expand Down

0 comments on commit fdbc52f

Please # to comment.