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 2b64efb + 3a0cb27 commit 849a696Copy full SHA for 849a696
3 files changed
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
12
- name: Set up Python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
14
with:
15
python-version: "3.x"
16
pip: cache
.github/workflows/lint.yml
@@ -8,5 +8,5 @@ jobs:
8
9
steps:
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
- uses: pre-commit/action@v2.0.3
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Set up Python ${{ matrix.python-version }}
26
27
28
python-version: ${{ matrix.python-version }}
29
cache: pip
0 commit comments