Skip to content

Commit 32cf157

Browse files
authored
Merge pull request #602 from python-openapi/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 2ef8fcb + f9e9cde commit 32cf157

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@v2
30+
uses: actions/cache@v3
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@v2
38+
uses: actions/cache@v3
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@v2
88+
uses: actions/cache@v3
8989
id: cache
9090
with:
9191
path: .venv

0 commit comments

Comments
 (0)