build(deps): bump actions/cache from 4.3.0 to 5.0.1 (#9071)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-13 09:48:11 +00:00 committed by GitHub
parent c78f8deee9
commit a9949e1147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Cache docker images
id: cache-neo4j
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/neo4j.tar
key: ${{ github.run_id }}-backend-neo4j-cache
@ -58,7 +58,7 @@ jobs:
- name: Cache docker images
id: cache-backend
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/backend.tar
key: ${{ github.run_id }}-backend-cache
@ -87,14 +87,14 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.7
- name: Restore Neo4J cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/neo4j.tar
key: ${{ github.run_id }}-backend-neo4j-cache
fail-on-cache-miss: true
- name: Restore Backend cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/backend.tar
key: ${{ github.run_id }}-backend-cache

View File

@ -31,7 +31,7 @@ jobs:
docker compose -f docker-compose.yml -f docker-compose.test.yml down
- name: Cache docker images
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: |
/tmp/backend.tar
@ -59,7 +59,7 @@ jobs:
docker save "ghcr.io/ocelot-social-community/ocelot-social/webapp:test" > /tmp/webapp.tar
- name: Cache docker image
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/webapp.tar
key: ${{ github.run_id }}-e2e-webapp-cache
@ -96,7 +96,7 @@ jobs:
- name: Cache docker image
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: |
/opt/cucumber-json-formatter
@ -129,7 +129,7 @@ jobs:
cache: 'yarn'
- name: Restore cypress cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: |
/opt/cucumber-json-formatter
@ -139,7 +139,7 @@ jobs:
restore-keys: ${{ github.run_id }}-e2e-cypress
- name: Restore backend environment cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: |
/tmp/backend.tar
@ -150,7 +150,7 @@ jobs:
key: ${{ github.run_id }}-e2e-backend-environment-cache
- name: Restore webapp cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/webapp.tar
key: ${{ github.run_id }}-e2e-webapp-cache

View File

@ -50,7 +50,7 @@ jobs:
docker save "ocelotsocialnetwork/webapp:test" > /tmp/webapp.tar
- name: Cache docker image
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/webapp.tar
key: ${{ github.run_id }}-webapp-cache
@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.7
- name: Restore webapp cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.0.2
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4.0.2
with:
path: /tmp/webapp.tar
key: ${{ github.run_id }}-webapp-cache