Skip to content

Commit 485e672

Browse files
authored
Merge pull request #73 from CCPBioSim/renovate/github-actions
Update GitHub Actions
2 parents b388f7f + 15875f4 commit 485e672

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/build.yaml‎

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

4848
- name: Set up Docker Buildx
4949
id: buildx
50-
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
50+
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
5151

5252
- name: Build and push by digest
5353
if: github.event_name == 'pull_request'
54-
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
54+
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
5555
with:
5656
file: ./docker/Dockerfile
5757
platforms: ${{ matrix.platform }}
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build and push by digest
8080
if: github.event_name != 'pull_request'
8181
id: build
82-
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
82+
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
8383
with:
8484
file: ./docker/Dockerfile
8585
platforms: ${{ matrix.platform }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Set up Docker Buildx
137137
id: buildx
138-
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
138+
uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
139139

140140
- name: Metadata
141141
id: meta

0 commit comments

Comments
 (0)