Skip to content

Commit 1caf3da

Browse files
authored
Merge pull request #63 from CCPBioSim/renovate/docker-setup-buildx-action-4.x
2 parents 300c2b3 + b4af96d commit 1caf3da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build.yaml‎

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

4848
- name: Set up Docker Buildx
4949
id: buildx
50-
uses: docker/setup-buildx-action@v4.2.0
50+
uses: docker/setup-buildx-action@v4.3.0
5151

5252
- name: Build and push by digest
5353
if: github.event_name == 'pull_request'
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Set up Docker Buildx
137137
id: buildx
138-
uses: docker/setup-buildx-action@v4.2.0
138+
uses: docker/setup-buildx-action@v4.3.0
139139

140140
- name: Metadata
141141
id: meta

0 commit comments

Comments
 (0)