File tree 2 files changed +4
-4
lines changed
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 }}
@@ -101,7 +101,7 @@ jobs:
101
101
registry : ghcr.io
102
102
username : ${{ github.actor }}
103
103
password : ${{ secrets.GITHUB_TOKEN }}
104
- - uses : actions/cache@v3
104
+ - uses : actions/cache@v4
105
105
with :
106
106
path : /tmp/.buildx-cache
107
107
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments