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 1717 - name : qemu
1818 uses : docker/setup-qemu-action@v3
1919 - uses : docker/setup-buildx-action@v3
20- - uses : actions/cache@v3
20+ - uses : actions/cache@v4
2121 with :
2222 path : /tmp/.buildx-cache
2323 key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
5454 - name : qemu
5555 uses : docker/setup-qemu-action@v3
5656 - uses : docker/setup-buildx-action@v3
57- - uses : actions/cache@v3
57+ - uses : actions/cache@v4
5858 with :
5959 path : /tmp/.buildx-cache
6060 key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change 3232 registry : ghcr.io
3333 username : ${{ github.actor }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
35- - uses : actions/cache@v3
35+ - uses : actions/cache@v4
3636 with :
3737 path : /tmp/.buildx-cache
3838 key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
9797 registry : ghcr.io
9898 username : ${{ github.actor }}
9999 password : ${{ secrets.GITHUB_TOKEN }}
100- - uses : actions/cache@v3
100+ - uses : actions/cache@v4
101101 with :
102102 path : /tmp/.buildx-cache
103103 key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments