Skip to content

Commit

Permalink
switch cache Action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypatil96 committed Apr 11, 2022
1 parent d431b83 commit ff447ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
#----------------------------------------------
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit ff447ea

Please sign in to comment.