Skip to content

Commit 32611ea

Browse files
authored
Merge pull request #26 from CCPBioSim/dependabot/github_actions/docker/setup-buildx-action-3.12.0
2 parents bd29933 + e551e86 commit 32611ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set up Docker Buildx
4343
id: buildx
44-
uses: docker/setup-buildx-action@v3.11.1
44+
uses: docker/setup-buildx-action@v3.12.0
4545

4646
- name: Build and push by digest
4747
if: github.event_name == 'pull_request'
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Set up Docker Buildx
131131
id: buildx
132-
uses: docker/setup-buildx-action@v3.11.1
132+
uses: docker/setup-buildx-action@v3.12.0
133133

134134
- name: Metadata
135135
id: meta

0 commit comments

Comments
 (0)