diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02118834..8cad8722 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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - name: Perform the release env: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b3020a72..0bc67d91 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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - name: Set up buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index c778e59e..0749f873 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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - name: Create the release in dry-run mode env: