ci: update tests workflow

This commit is contained in:
Andrew
2022-09-13 11:57:01 -05:00
parent ceca6df84a
commit f28adaecb9

View File

@@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3.0.2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python }}
@@ -82,7 +82,7 @@ jobs:
print("::set-output name=result::{}".format(result))
- name: Restore pre-commit cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.5
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit