Skip to content

Commit

Permalink
fix: action/cachev2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingh committed Nov 10, 2024
1 parent 079cd0d commit 74c5f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-application/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
virtualenvs-in-project: true # for caching dependencies

- name: Load cached virtualenv
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-poetry-dependencies
with:
path: .venv
Expand Down

0 comments on commit 74c5f8f

Please sign in to comment.