Skip to content

Commit d3837ae

Browse files
Update all non-major dependencies (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e65255a commit d3837ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
# This might be unnecessary as tests are not
3232
# multiplatform
3333
- name: Setup Docker buildx
34-
uses: docker/setup-buildx-action@v3.9.0
34+
uses: docker/setup-buildx-action@v3.10.0
3535

3636
# Build but don't push Docker image with Buildx
3737
# https://github.com/docker/build-push-action
3838
- name: Build test image
3939
id: build-test
40-
uses: docker/build-push-action@v6.14.0
40+
uses: docker/build-push-action@v6.15.0
4141
with:
4242
context: .
4343
load: true
@@ -88,7 +88,7 @@ jobs:
8888
uses: sigstore/[email protected]
8989

9090
- name: Setup Docker buildx
91-
uses: docker/setup-buildx-action@v3.9.0
91+
uses: docker/setup-buildx-action@v3.10.0
9292

9393
# Login against a Docker registry
9494
# https://github.com/docker/login-action
@@ -103,7 +103,7 @@ jobs:
103103
# https://github.com/docker/metadata-action
104104
- name: Extract Docker metadata
105105
id: meta
106-
uses: docker/metadata-action@v5.6.1
106+
uses: docker/metadata-action@v5.7.0
107107
with:
108108
# list of Docker images to use as base name for tags
109109
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -119,7 +119,7 @@ jobs:
119119
# https://github.com/docker/build-push-action
120120
- name: Build and push production image
121121
id: build-and-push
122-
uses: docker/build-push-action@v6.14.0
122+
uses: docker/build-push-action@v6.15.0
123123
with:
124124
context: .
125125
target: ${{ matrix.docker_target }}

0 commit comments

Comments
 (0)