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

This commit is contained in:
Renovate Bot 2024-07-19 12:07:18 +00:00
parent 4777e5fdbe
commit 2d15f5902e
2 changed files with 2 additions and 2 deletions

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Restore Docker Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: docker-cache
with:
path: /usr/bin/docker

@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3
- name: Restore Docker Cache
uses: actions/cache@v3
uses: actions/cache@v4
id: docker-cache
with:
path: /usr/bin/docker