File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
driver-opts : network=host
55
55
56
56
- name : Cache Docker layers
57
- uses : actions/cache@v4.0 .2
57
+ uses : actions/cache@v4.2 .2
58
58
with :
59
59
path : /tmp/.buildx-cache
60
60
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -110,7 +110,7 @@ jobs:
110
110
uses : docker/setup-buildx-action@v3
111
111
112
112
- name : Cache Docker layers
113
- uses : actions/cache@v4.0 .2
113
+ uses : actions/cache@v4.2 .2
114
114
with :
115
115
path : /tmp/.buildx-cache
116
116
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 43
43
driver-opts : network=host
44
44
45
45
- name : Cache Docker layers
46
- uses : actions/cache@v4.0 .2
46
+ uses : actions/cache@v4.2 .2
47
47
with :
48
48
path : /tmp/.buildx-cache
49
49
key : ${{ runner.os }}-buildx-${{ github.sha }}
99
99
uses : docker/setup-buildx-action@v3
100
100
101
101
- name : Cache Docker layers
102
- uses : actions/cache@v4.0 .2
102
+ uses : actions/cache@v4.2 .2
103
103
with :
104
104
path : /tmp/.buildx-cache
105
105
key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 43
43
driver-opts : network=host
44
44
45
45
- name : Cache Docker layers
46
- uses : actions/cache@v4.0 .2
46
+ uses : actions/cache@v4.2 .2
47
47
with :
48
48
path : /tmp/.buildx-cache
49
49
key : ${{ runner.os }}-buildx-${{ github.sha }}
@@ -102,7 +102,7 @@ jobs:
102
102
uses : docker/setup-buildx-action@v3
103
103
104
104
- name : Cache Docker layers
105
- uses : actions/cache@v4.0 .2
105
+ uses : actions/cache@v4.2 .2
106
106
with :
107
107
path : /tmp/.buildx-cache
108
108
key : ${{ runner.os }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments