Skip to content

Commit 509b684

Browse files
committed
add back checkout step
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 760f826 commit 509b684

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,8 @@ jobs:
245245
- GOOS: windows
246246
runs-on: ubuntu-24.04
247247
steps:
248-
- name: Setup QEMU
249-
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
250-
with:
251-
platforms: arm64,ppc64le,linux/arm/v7,s390x
248+
- name: Checkout
249+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
252250

253251
- name: Download container image artifact
254252
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 #v4.1.9

0 commit comments

Comments
 (0)