File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
uses : docker/setup-buildx-action@v2
74
74
75
75
- name : Cache Docker layers
76
- uses : actions/cache@v3.0.5
76
+ uses : actions/cache@v4.1.0
77
77
with :
78
78
path : /tmp/.buildx-cache
79
79
key : ${{ runner.os }}-single-buildx-srv
Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
18
19
- - uses : actions/cache@v3.0.5
19
+ - uses : actions/cache@v4.1.0
20
20
with :
21
21
path : ~/go/pkg/mod
22
22
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 36
36
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
37
37
38
38
- name : Cache composer dependencies
39
- uses : actions/cache@v3.0.5
39
+ uses : actions/cache@v4.1.0
40
40
with :
41
41
path : ${{ steps.composer-cache.outputs.dir }}
42
42
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments