Skip to content

Commit

Permalink
Merge pull request #558 from apiflask/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.0.2

Bump actions/cache from 4.0.0 to 4.0.2
  • Loading branch information
greyli committed Apr 21, 2024
2 parents 664ad64 + 23e8380 commit c597b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
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@v4.0.0
uses: actions/cache@v4.0.2
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}
Expand Down

0 comments on commit c597b31

Please sign in to comment.