mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
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:
parent
6be3c2c47a
commit
5bc6fca607
2
.github/actions/install-all-deps/action.yml
vendored
2
.github/actions/install-all-deps/action.yml
vendored
@ -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: |
|
||||
|
@ -18,7 +18,7 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
id: frontend-cache
|
||||
with:
|
||||
path: |
|
||||
|
6
.github/workflows/backend.yml
vendored
6
.github/workflows/backend.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user