chore(deps): update actions/cache action to v4
This commit is contained in:
parent
aade360047
commit
9d378638cf
3 changed files with 3 additions and 3 deletions
2
.github/workflows/frontend-pipeline.yml
vendored
2
.github/workflows/frontend-pipeline.yml
vendored
|
@ -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: |
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
Reference in a new issue