Skip to content

Commit

Permalink
hashFiles changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 7, 2023
1 parent 0c3987e commit c744597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
Expand Down

0 comments on commit c744597

Please sign in to comment.