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 6eb71b9 commit 88a7564Copy full SHA for 88a7564
.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@v4.0.0
+ uses: actions/setup-python@v4.6.1
22
with:
23
python-version: 3.6
24
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3.5.3
17
- name: Set up Python ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3.3.1
0 commit comments