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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-17 17:13:51 -05:00 committed by GitHub
parent 6be3c2c47a
commit 5bc6fca607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ runs:
run: |
python -m pip install --upgrade virtualenv
python -m virtualenv venv
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |

View File

@ -18,7 +18,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
id: frontend-cache
with:
path: |

View File

@ -78,7 +78,7 @@ jobs:
path: |
client/python/venv/*
key: python-client-${{ runner.os }}-pip-${{ hashFiles('client/python/requirements.txt') }}-${{ hashFiles('client/python/test/requirements.txt') }}
- uses: actions/cache@v3
- uses: actions/cache@v4
id: frontend-cache
with:
path: |
@ -166,13 +166,13 @@ jobs:
run: |
python -m pip install --upgrade virtualenv
python -m virtualenv venv
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: |
venv/*
key: gradio-lib-${{ runner.os }}-pip-${{ hashFiles('client/python/requirements.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('test/requirements.txt') }}
- uses: actions/cache@v3
- uses: actions/cache@v4
id: frontend-cache
with:
path: |