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 17
17
- name : qemu
18
18
uses : docker/setup-qemu-action@v3
19
19
- uses : docker/setup-buildx-action@v3
20
- - uses : actions/cache@v3
20
+ - uses : actions/cache@v4
21
21
with :
22
22
path : /tmp/.buildx-cache
23
23
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
54
54
- name : qemu
55
55
uses : docker/setup-qemu-action@v3
56
56
- uses : docker/setup-buildx-action@v3
57
- - uses : actions/cache@v3
57
+ - uses : actions/cache@v4
58
58
with :
59
59
path : /tmp/.buildx-cache
60
60
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 32
32
registry : ghcr.io
33
33
username : ${{ github.actor }}
34
34
password : ${{ secrets.GITHUB_TOKEN }}
35
- - uses : actions/cache@v3
35
+ - uses : actions/cache@v4
36
36
with :
37
37
path : /tmp/.buildx-cache
38
38
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
97
97
registry : ghcr.io
98
98
username : ${{ github.actor }}
99
99
password : ${{ secrets.GITHUB_TOKEN }}
100
- - uses : actions/cache@v3
100
+ - uses : actions/cache@v4
101
101
with :
102
102
path : /tmp/.buildx-cache
103
103
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments