Skip to content

Commit

Permalink
Updated cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
VadVergasov committed Jun 30, 2024
1 parent 239cff9 commit c7c429d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ matrix.path }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ matrix.python-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
with:
python-version: "3.12"
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ matrix.python-version }}
Expand Down

0 comments on commit c7c429d

Please sign in to comment.