Skip to content

Commit c38cbab

Browse files
authored
Merge pull request #765 from python-openapi/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 586da0f + 90ca2b2 commit c38cbab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry config virtualenvs.in-project true
2828

2929
- name: Set up cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
id: cache
3232
with:
3333
path: .venv

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry config virtualenvs.in-project true
3636

3737
- name: Set up cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
id: cache
4040
with:
4141
path: .venv
@@ -85,7 +85,7 @@ jobs:
8585
run: poetry config virtualenvs.in-project true
8686

8787
- name: Set up cache
88-
uses: actions/cache@v3
88+
uses: actions/cache@v4
8989
id: cache
9090
with:
9191
path: .venv

0 commit comments

Comments
 (0)