Skip to content

Commit 6a341e7

Browse files
authored
Merge pull request #257 from python-openapi/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 892d8ff + 67e289b commit 6a341e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-build.yml

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

3030
- name: Set up cache
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
id: cache
3333
with:
3434
path: .venv

.github/workflows/python-tests.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@v4
38+
uses: actions/cache@v5
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@v4
88+
uses: actions/cache@v5
8989
id: cache
9090
with:
9191
path: .venv

0 commit comments

Comments
 (0)