From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:15:27 +0000 (+0100) Subject: Chore(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#1945) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=080853f42f24e483fe10665b69dee0d25fcda3d5;p=music-assistant-server.git Chore(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#1945) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 6c9d94a9..cf5c8316 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.8.0 + uses: docker/setup-buildx-action@v3.9.0 - name: Build and Push image uses: docker/build-push-action@v6.13.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4ea2a48..9b7f1823 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.8.0 + uses: docker/setup-buildx-action@v3.9.0 - name: Version number for tags id: tags shell: bash