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 20
20
- name : qemu
21
21
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0
22
22
- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
23
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 https://github.com/actions/cache/releases/tag/v4.2.3
23
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 https://github.com/actions/cache/releases/tag/v4.2.4
24
24
with :
25
25
path : /tmp/.buildx-cache
26
26
key : ${{ runner.os }}-${{ runner.arch }}-buildx-${{ github.sha }}
57
57
- name : qemu
58
58
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0 https://github.com/docker/setup-qemu-action/releases/tag/v3.6.0
59
59
- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
60
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 https://github.com/actions/cache/releases/tag/v4.2.3
60
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 https://github.com/actions/cache/releases/tag/v4.2.4
61
61
with :
62
62
path : /tmp/.buildx-cache
63
63
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 https://github.com/actions/cache/releases/tag/v4.2.3
35
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 https://github.com/actions/cache/releases/tag/v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 https://github.com/actions/cache/releases/tag/v4.2.3
104
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 https://github.com/actions/cache/releases/tag/v4.2.4
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