update CI dependencies (#119)

This commit is contained in:
Philip Meier
2023-01-19 14:42:55 +01:00
committed by GitHub
parent 5e5551109d
commit f7b454a03a
9 changed files with 12 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ runs:
steps:
- name: Set up python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
@@ -23,7 +23,7 @@ runs:
echo "path=${CACHE_PATH}" >> $GITHUB_OUTPUT
- name: Restore pip cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.get-cache-path.outputs.path }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
@@ -34,13 +34,8 @@ runs:
shell: bash
run: python -m pip install --upgrade pip wheel
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install development requirements and project
shell: bash
run: |
pip install doit
pip install doit tomlkit
doit install

View File

@@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -90,7 +90,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -56,7 +56,7 @@ jobs:
run: doit test
- name: Upload coverage
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
flags: unit
env_vars: OS,PYTHON_VERSION