Skip to content

Commit ae53ea5

Browse files
Bump actions/cache from 3.0.9 to 3.0.11 (#1750)
1 parent 5d9ece6 commit ae53ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pip install -U setuptools
4747
python -m pip install -U pip
4848
- name: cache mypy
49-
uses: actions/cache@v3.0.9
49+
uses: actions/cache@v3.0.11
5050
with:
5151
path: ./.mypy_cache
5252
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}

0 commit comments

Comments
 (0)