Skip to content

Commit

Permalink
GitHub actions: update cache acton version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Mar 7, 2025
1 parent d45178f commit 42bbfc8
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 @@ -70,7 +70,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ hashFiles('setup.py') }}-${{ hashFiles('demo/requirements.txt') }}-${{ matrix.DJANGO_VERSION }}
Expand Down

0 comments on commit 42bbfc8

Please sign in to comment.