We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c8acf commit 7a1e523Copy full SHA for 7a1e523
1 file changed
.github/workflows/ci-pipeline.yml
@@ -51,7 +51,7 @@ jobs:
51
# This might be unnecessary as tests are not
52
# multiplatform
53
- name: Setup Docker buildx
54
- uses: docker/setup-buildx-action@v3.12.0
+ uses: docker/setup-buildx-action@v4
55
56
- name: Extract Docker cache metadata
57
id: meta-cache
@@ -130,7 +130,7 @@ jobs:
130
uses: sigstore/[email protected]
131
132
133
134
135
# Login against a Docker registry
136
# https://github.com/docker/login-action
@@ -232,7 +232,7 @@ jobs:
232
233
234
235
236
237
238
0 commit comments