diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 894d9b09d..e0b6c3fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Set up QEMU if: ${{ github.event_name == 'push' }} - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 - name: Build the image for arm64 if: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d9edf874..82b16f09a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: git add --all && git commit --all --allow-empty --message 'Update docs to ${{ github.ref_name }}' && git push - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 - name: Build the image run: |