Thanks to visit codestin.com Credit goes to github.com
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 c8dc379 + fbecb02 commit e4d4b0aCopy full SHA for e4d4b0a
3 files changed
.github/workflows/cibuildwheel.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
fetch-depth: 0
54
55
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
56
name: Install Python
57
58
python-version: '3.8'
.github/workflows/reviewdog.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
11
- name: Set up Python 3
12
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v3
13
14
python-version: 3.8
15
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
59
60
- name: Set up Python ${{ matrix.python-version }}
61
- uses: actions/setup-python@v2
62
63
python-version: ${{ matrix.python-version }}
64
0 commit comments