Skip to content

Commit 135942b

Browse files
authored
Merge pull request #42 from CCPBioSim/dependabot/github_actions/docker/setup-buildx-action-3.12.0
2 parents 327b998 + c07e0ba commit 135942b

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)