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 4848 # So let's use containerd instead as it supports this option
4949 # Also containerd is one of the option to allow preserving provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
5050 - name : Setup docker with containerd
51- uses : crazy-max/ghaction-setup-docker@v3
51+ uses : crazy-max/ghaction-setup-docker@v4
5252 with :
5353 daemon-config : |
5454 {
Original file line number Diff line number Diff line change 3333
3434 # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
3535 - name : Setup docker with containerd
36- uses : crazy-max/ghaction-setup-docker@v3
36+ uses : crazy-max/ghaction-setup-docker@v4
3737 with :
3838 daemon-config : |
3939 {
You can’t perform that action at this time.
0 commit comments