summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-01 10:22:32 -0700
committerGitHub <noreply@github.com>2022-11-01 10:22:32 -0700
commitfcb210c9bee2839ce24e0b36cb5b0701715dd2fa (patch)
tree0052fb6fc78945223df387011d23e6bd928492c2
parent33307792f69e9e6bd9589919620300985955800c (diff)
downloadmarkupsafe-fcb210c9bee2839ce24e0b36cb5b0701715dd2fa.tar.gz
Bump actions/cache from 3.0.9 to 3.0.11 (#332)
-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 ae3558b..16e8a58 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.9
+ uses: actions/cache@v3.0.11
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}