Skip to content

Commit 29639ca

Browse files
authored
Merge pull request #154 from crazy-max/update-actions-toolkit
update actions-toolkit to 0.85.0
2 parents d69f13d + 9e65afe commit 29639ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ env:
153153
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0"
154154
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
155155
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
156-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.83.0"
156+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.85.0"
157157
HANDLEBARS_MODULE: "handlebars@4.7.8"
158158
COSIGN_VERSION: "v3.0.2"
159159
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ env:
156156
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0"
157157
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
158158
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
159-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.83.0"
159+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.85.0"
160160
HANDLEBARS_MODULE: "handlebars@4.7.8"
161161
COSIGN_VERSION: "v3.0.2"
162162
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

0 commit comments

Comments
 (0)