diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38efcac..2f9fedd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: install docker emulation run: docker run --rm --privileged tonistiigi/binfmt:latest --install amd64,arm64 - name: Set up buildx