diff --git a/.github/workflows/go-with-releaser-image.yml b/.github/workflows/go-with-releaser-image.yml index 747409e..6d8ddd7 100644 --- a/.github/workflows/go-with-releaser-image.yml +++ b/.github/workflows/go-with-releaser-image.yml @@ -42,7 +42,7 @@ jobs: go test ./... - name: Setup docker buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 with: install: true diff --git a/.github/workflows/simple-boot-image-to-ghcr.yml b/.github/workflows/simple-boot-image-to-ghcr.yml index 1e10d1e..7bc51d7 100644 --- a/.github/workflows/simple-boot-image-to-ghcr.yml +++ b/.github/workflows/simple-boot-image-to-ghcr.yml @@ -54,7 +54,7 @@ jobs: cache-dependency-path: ${{ inputs.npm-cache-dependency-path }} - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 - name: Set up QEMU uses: docker/setup-qemu-action@v3.6.0