summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-08-01 09:08:50 -0700
committerGitHub <noreply@github.com>2022-08-01 09:08:50 -0700
commit0434709c462b621fb527e0f600d938e35fa4ac47 (patch)
tree7341d419ea1124c90c7a8901d0a4f9357c09b4b6
parentac5017b394f526b9be33f48d397a1844023dd573 (diff)
parent83f92de2b3dab87a0e17c0edb0f44a6adb5a32aa (diff)
downloadmarkupsafe-0434709c462b621fb527e0f600d938e35fa4ac47.tar.gz
Merge pull request #319 from pallets/dependabot/github_actions/actions/cache-3.0.5
Bump actions/cache from 3.0.4 to 3.0.5
-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 d4441ff..c64e466 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.4
+ uses: actions/cache@v3.0.5
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}