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.
1 parent 5eb22b5 commit 5452ad9Copy full SHA for 5452ad9
.github/workflows/gh-page.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
- name: Set up Python 3.6
21
- uses: actions/setup-python@v3.1.2
+ uses: actions/setup-python@v4.0.0
22
with:
23
python-version: 3.6
24
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/[email protected]
17
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments