Skip to content

Commit

Permalink
Merge pull request #59 from souradipp76/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
souradipp76 authored Jan 18, 2024
2 parents b5f8ffa + c982d72 commit 2f6b154
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 @@ -74,7 +74,7 @@ jobs:

- name: Restore mypy cache
if: matrix.task.name == 'Type check'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .mypy_cache
key: mypy-${{ env.CACHE_PREFIX }}-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('*requirements.txt') }}-${{ github.ref }}-${{ github.sha }}
Expand Down

0 comments on commit 2f6b154

Please sign in to comment.