File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
# So let's use containerd instead as it supports this option
49
49
# Also containerd is one of the option to allow preserving provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
50
50
- name : Setup docker with containerd
51
- uses : crazy-max/ghaction-setup-docker@v3
51
+ uses : crazy-max/ghaction-setup-docker@v4
52
52
with :
53
53
daemon-config : |
54
54
{
Original file line number Diff line number Diff line change 33
33
34
34
# setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
35
35
- name : Setup docker with containerd
36
- uses : crazy-max/ghaction-setup-docker@v3
36
+ uses : crazy-max/ghaction-setup-docker@v4
37
37
with :
38
38
daemon-config : |
39
39
{
You can’t perform that action at this time.
0 commit comments