Skip to content

Commit c901d4a

Browse files
authored
Merge pull request #1047 from python-openapi/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 10681f9 + 8f715ff commit c901d4a

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
@@ -29,7 +29,7 @@ jobs:
2929
run: poetry config virtualenvs.in-project true
3030

3131
- name: Set up cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: cache
3434
with:
3535
path: .venv

.github/workflows/python-test.yml

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

3939
- name: Set up cache
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
id: cache
4242
with:
4343
path: .venv
@@ -87,7 +87,7 @@ jobs:
8787
run: poetry config virtualenvs.in-project true
8888

8989
- name: Set up cache
90-
uses: actions/cache@v4
90+
uses: actions/cache@v5
9191
id: cache
9292
with:
9393
path: .venv

0 commit comments

Comments
 (0)