chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-18 00:07:22 +00:00 committed by GitHub
parent aade360047
commit 9d378638cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ jobs:
with:
task-version: ${{ inputs.task-version }}
- name: Parcel cache
uses: actions/cache@v3
uses: actions/cache@v4
id: parcel-cache-restore
with:
path: |

View file

@ -23,7 +23,7 @@ runs:
id: setup-python
with:
python-version-file: './backend/pyproject.toml'
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-restore
with:
path: |

View file

@ -22,7 +22,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: lts/iron
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache-restore
with:
path: |