build(deps): bump actions/cache from 3.3.3 to 4.0.0 (#1772)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1779/head
dependabot[bot] 4 months ago committed by GitHub
parent 2e3d8d78c8
commit 3274fafe65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.x
- name: Cache dependencies
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: .cache
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}
@ -39,7 +39,7 @@ jobs:
with:
python-version: 3.x
- name: Cache dependencies
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: .cache
key: ${{ runner.os }}-build-${{ hashFiles('docs/requirements.txt') }}

Loading…
Cancel
Save