diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ad18584c..beea403d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -54,7 +54,7 @@ jobs: persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: # https://github.com/tonistiigi/binfmt/issues/240 # https://github.com/docker/buildx/issues/1170 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0b6db97d..ddb3a7bf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 with: # https://github.com/tonistiigi/binfmt/issues/240 # https://github.com/docker/buildx/issues/1170