Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
switch to node20 updated  actions/cache to v4
  • Loading branch information
mosfet80 authored Aug 1, 2024
1 parent 11f048f commit 244b74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: python -m pip install ".[dev]"
- name: Cache pre-commit tools
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.MYPY_CACHE_DIR }}
Expand Down

0 comments on commit 244b74f

Please sign in to comment.