Skip to content

Commit bf4300d

Browse files
dependabot[bot]qkaiser
authored andcommitted
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfb865b commit bf4300d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.8
2525

2626
- name: Restore pip cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/pip
3030
key: pip-3.8
@@ -34,15 +34,15 @@ jobs:
3434
shell: bash
3535

3636
- name: Restore poetry cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.cache/pypoetry/cache
4141
~/.cache/pypoetry/artifacts
4242
key: poetry-cache-and-artifacts-3.8
4343

4444
- name: Restore virtualenvs
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.cache/pypoetry/virtualenvs
4848
key: venv-${{ hashFiles('poetry.lock') }}-3.8

0 commit comments

Comments
 (0)