ci: upgrade cache

This commit is contained in:
Cat /dev/Nulo 2024-02-06 20:10:18 -03:00
parent 42ebfb0a01
commit 5a6d8c635e

View file

@ -85,7 +85,7 @@ jobs:
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper
- name: Cache usr/src/app/target - name: Cache usr/src/app/target
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: usr/src/app/target path: usr/src/app/target
key: usr/src/app/target-${{ hashFiles('Dockerfile.scraper') }} key: usr/src/app/target-${{ hashFiles('Dockerfile.scraper') }}
@ -95,7 +95,7 @@ jobs:
cache-source: usr/src/app/target cache-source: usr/src/app/target
cache-target: /usr/src/app/target cache-target: /usr/src/app/target
- name: Cache root/.cargo/registry - name: Cache root/.cargo/registry
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: root/.cargo/registry path: root/.cargo/registry
key: root/.cargo/registry-${{ hashFiles('Dockerfile.scraper') }} key: root/.cargo/registry-${{ hashFiles('Dockerfile.scraper') }}
@ -105,7 +105,7 @@ jobs:
cache-source: root/.cargo/registry cache-source: root/.cargo/registry
cache-target: /root/.cargo/registry cache-target: /root/.cargo/registry
- name: Cache root/.cargo/git - name: Cache root/.cargo/git
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: root/.cargo/git path: root/.cargo/git
key: root/.cargo/git-${{ hashFiles('Dockerfile.scraper') }} key: root/.cargo/git-${{ hashFiles('Dockerfile.scraper') }}