Skip to content

Commit df44e41

Browse files
authored
Update action.yaml
1 parent aef47ad commit df44e41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ runs:
194194
docker-build-cache-mount
195195
# https://docs.docker.com/build/ci/github-actions/cache/#cache-mounts
196196
- name: Restore Docker cache mounts
197-
# uses: reproducible-containers/buildkit-cache-dance@cv/cache-dir
198-
uses: omus/buildkit-cache-dance@2b4f808c9429730cd144d5eb130dfdc499cfc3a8
197+
uses: reproducible-containers/buildkit-cache-dance@5b81f4d29dc8397a7d341dba3aeecc7ec54d6361 # v3.3.0
199198
with:
200199
cache-map: ${{ steps.cache-mount.outputs.cache-map }}
201200
dockerfile: ${{ inputs.dockerfile || format('{0}/Dockerfile', inputs.context) }}

0 commit comments

Comments
 (0)