File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 driver-opts : network=host
2828 - name : Cache Docker layers
29- uses : actions/cache@v2
29+ uses : actions/cache@v4
3030 with :
3131 path : /tmp/.buildx-cache
3232 key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 driver-opts : network=host
110110 - name : Cache Docker layers
111- uses : actions/cache@v2
111+ uses : actions/cache@v4
112112 with :
113113 path : /tmp/.buildx-cache
114114 key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -191,7 +191,7 @@ jobs:
191191 with :
192192 driver-opts : network=host
193193 - name : Cache Docker layers
194- uses : actions/cache@v2
194+ uses : actions/cache@v4
195195 with :
196196 path : /tmp/.buildx-cache
197197 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 2525 with :
2626 driver-opts : network=host
2727 - name : Cache Docker layers
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : /tmp/.buildx-cache
3131 key : ${{ runner.os }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments