diff --git a/.github/workflows/test-plugin-example.yml b/.github/workflows/test-plugin-example.yml index 2d7affa..0a0520e 100644 --- a/.github/workflows/test-plugin-example.yml +++ b/.github/workflows/test-plugin-example.yml @@ -24,13 +24,13 @@ 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 @@ -38,7 +38,7 @@ jobs: 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