Merge pull request #2 from DelphineLemire/FIX-Template-CI-with-actions-up-to-date

IMPROVMENT_FIX: Template CI actions up to date
This commit is contained in:
Delphine LEMIRE 2023-02-17 10:45:20 +01:00 committed by GitHub
commit 7d6656d358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
@ -39,7 +39,7 @@ jobs:
# Consider using pre-commit.ci for open source project
{%- endif %}
- name: Run pre-commit
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
# With no caching at all the entire ci process takes 4m 30s to complete!
pytest:
@ -88,7 +88,7 @@ jobs:
{%- else %}
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip