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 246cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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
- name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 246cb00

Please # to comment.