From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:38:42 +0000 (+0200) Subject: Chore(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#2239) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e2aa58480f9c926aa4dbec651f9d27371ffb7b4e;p=music-assistant-server.git Chore(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 (#2239) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index c1fbeb39..ff7f1d06 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -33,7 +33,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 - name: Build and Push image uses: docker/build-push-action@v6.18.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1fcde3c..71a41098 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.0 + uses: docker/setup-buildx-action@v3.11.1 - name: Version number for tags id: tags shell: bash