Skip to content

Commit c71e625

Browse files
committed
Managed by Terraform: Update build-and-persist-plugin-binary github action
1 parent ab61d97 commit c71e625

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/build-and-persist-plugin-binary

1 file changed

+1
-1
lines changed

.github/actions/build-and-persist-plugin-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
13+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1414
- run: "GOOS=${{ inputs.GOOS }} GOARCH=${{ inputs.GOARCH }} go build -o ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }} ."
1515
shell: bash
1616
- run: zip ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}.zip ./pkg/packer_plugin_tencentcloud_${{ inputs.GOOS }}_${{ inputs.GOARCH }}

0 commit comments

Comments
 (0)