summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-03 08:23:51 -0700
committerGitHub <noreply@github.com>2023-01-03 08:23:51 -0700
commit1b07d600ee4eb475da2a52d84c3c81ecd59b6f7d (patch)
treeb77a8fd76847ed805739d0ae10b7d4009c5cf156
parentbd24cc869c5f12077cfbd3761cf7248f81e34251 (diff)
parent19ec2889bb0e70670badc22827d014fc0d5fbe46 (diff)
downloadmarkupsafe-1b07d600ee4eb475da2a52d84c3c81ecd59b6f7d.tar.gz
Bump actions/cache from 3.0.11 to 3.2.2 (#343)
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 16e8a58..06ab21a 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -46,7 +46,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.2
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}