summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-11 10:30:55 -0800
committerDavid Lord <davidism@gmail.com>2023-01-11 10:30:55 -0800
commit353d86de01b55bbd24ad0a05c9950057caa2c25a (patch)
tree2240d2da4190df98c67e50672f4f0b898962c429 /.github/workflows/tests.yaml
parent03fac16fd8723418b6e8623c2fb0bec616aff677 (diff)
parent7467e061ef3d8e52d2113ebce47d7c71d78824ce (diff)
downloadmarkupsafe-353d86de01b55bbd24ad0a05c9950057caa2c25a.tar.gz
Merge branch '2.1.x'
Diffstat (limited to '.github/workflows/tests.yaml')
-rw-r--r--.github/workflows/tests.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index b757fa0..a85f6c7 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -35,8 +35,8 @@ jobs:
- {name: 'PyPy', python: 'pypy-3.9', os: ubuntu-latest, tox: pypy39}
- {name: Typing, python: '3.11', os: ubuntu-latest, tox: typing}
steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
+ - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
with:
python-version: ${{ matrix.python }}
cache: 'pip'
@@ -47,7 +47,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
- uses: actions/cache@v3
+ uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: ./.mypy_cache
key: mypy|${{ matrix.python }}|${{ hashFiles('setup.cfg') }}