Update actions/cache action to v4
Some checks failed
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (17) (push) Has been cancelled
Some checks failed
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (17) (push) Has been cancelled
This commit is contained in:
parent
4777e5fdbe
commit
2d15f5902e
@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore Docker Cache
|
- name: Restore Docker Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: docker-cache
|
id: docker-cache
|
||||||
with:
|
with:
|
||||||
path: /usr/bin/docker
|
path: /usr/bin/docker
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore Docker Cache
|
- name: Restore Docker Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: docker-cache
|
id: docker-cache
|
||||||
with:
|
with:
|
||||||
path: /usr/bin/docker
|
path: /usr/bin/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user