Skip to content

Commit c07e0ba

Browse files
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.11.1...v3.12.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 327b998 commit c07e0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.BUILD_TOKEN }}
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v3.11.1
33+
uses: docker/setup-buildx-action@v3.12.0
3434

3535
- name: Build and push
3636
uses: docker/build-push-action@v6.18.0

.github/workflows/gromacs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.BUILD_TOKEN }}
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v3.11.1
33+
uses: docker/setup-buildx-action@v3.12.0
3434

3535
- name: Build and push
3636
uses: docker/build-push-action@v6.18.0

0 commit comments

Comments
 (0)