Skip to content

Commit

Permalink
Updated cache github action from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav13081994 committed Apr 12, 2022
1 parent 98e0e3a commit 371ce9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
curl -sL https://install.python-poetry.org | python - --version ${{ env.POETRY_VERSION }}
- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl -sL https://install.python-poetry.org | python - --version ${{ env.POETRY_VERSION }}
- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: .venv
Expand Down

0 comments on commit 371ce9b

Please sign in to comment.