Skip to content

Commit 78c5304

Browse files
committed
update actions-toolkit to 0.72.0
Signed-off-by: CrazyMax <[email protected]>
1 parent fbb3f08 commit 78c5304

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ on:
125125
env:
126126
BUILDX_VERSION: "v0.30.1"
127127
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
128-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0"
128+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.72.0"
129129
COSIGN_VERSION: "v3.0.2"
130130
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
131131
MATRIX_SIZE_LIMIT: "20"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ on:
132132
env:
133133
BUILDX_VERSION: "v0.30.1"
134134
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
135-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0"
135+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.72.0"
136136
COSIGN_VERSION: "v3.0.2"
137137
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
138138
MATRIX_SIZE_LIMIT: "20"

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: false
1414

1515
env:
16-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0"
16+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.72.0"
1717

1818
jobs:
1919
verify:

0 commit comments

Comments
 (0)