diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83ad5c45..005aaefb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Set up QEMU (to support building on non-native architectures) - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 - name: Perform the release env: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1b11bf4b..74f5f552 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -60,7 +60,7 @@ jobs: # Needed to properly build multi-arch Shipyard images when branching out - name: Set up QEMU (to support building on non-native architectures) - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 - name: Set up buildx uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 9a77e8b9..de887815 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Set up QEMU (to support building on non-native architectures) - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 - name: Create the release in dry-run mode env: