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: with:
task-version: ${{ inputs.task-version }} task-version: ${{ inputs.task-version }}
- name: Parcel cache - name: Parcel cache
uses: actions/cache@v3 uses: actions/cache@v4
id: parcel-cache-restore id: parcel-cache-restore
with: with:
path: | path: |

View file

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

View file

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