Skip to content

Commit

Permalink
cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Dec 21, 2024
1 parent d8f7dfa commit 5ffa5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Load dependency cache
id: load-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .venv
key: app-${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 5ffa5e0

Please sign in to comment.