We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7775fd7 + 408d520 commit 0aa68e6Copy full SHA for 0aa68e6
.github/workflows/linting.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
14
with:
15
python-version: '3.8'
16
- uses: pre-commit/[email protected]
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install dependencies
run: |
python -m pip install -U pip wheel setuptools setuptools-scm twine
0 commit comments