File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
id-token : write # needed for signing the images with GitHub OIDC token
34
34
steps :
35
35
# Build multi-arch docker images for cni-plugin:
36
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
36
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
37
37
with :
38
38
path : ${{ runner.temp }}/.buildx-cache
39
39
key : cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}
Original file line number Diff line number Diff line change 33
33
id-token : write # needed for signing the images with GitHub OIDC token
34
34
steps :
35
35
# Build multi-arch docker images for proxy-init:
36
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
36
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
37
37
with :
38
38
path : ${{ runner.temp }}/.buildx-cache
39
39
key : proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments