Skip to content

Commit

Permalink
Bump actions/cache from 3.2.6 to 3.3.1 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 3, 2023
2 parents 24a353d + 3480136 commit 1114d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('pyproject.toml') }}
Expand Down

0 comments on commit 1114d2e

Please sign in to comment.