Skip to content

Commit

Permalink
Merge pull request #224 from henriquegemignani/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
henriquegemignani authored Jan 19, 2024
2 parents e83263b + 0afd998 commit e9f2b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit e9f2b22

Please sign in to comment.