From 5fb2e3e0105a1bafc69c038f2d64eee42b968d07 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 7 May 2024 12:18:10 -0400 Subject: [PATCH] Managed by Terraform: Update build-and-persist-plugin-binary github action --- .github/actions/build-and-persist-plugin-binary/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-and-persist-plugin-binary/action.yml b/.github/actions/build-and-persist-plugin-binary/action.yml index 531077c7..9e8ddc00 100644 --- a/.github/actions/build-and-persist-plugin-binary/action.yml +++ b/.github/actions/build-and-persist-plugin-binary/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - run: "GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ." shell: bash - run: zip ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_azure_${{ inputs.GOOS }}_${{ inputs.GOARCH }}