We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8256870 commit ef4fd10Copy full SHA for ef4fd10
.github/workflows/autoupdate-pre-commit-config.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-20.04
19
steps:
20
- name: Set up Python
21
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
22
- name: Cache multiple paths
23
uses: actions/cache@v3
24
with:
.github/workflows/code-checks.yml
@@ -30,9 +30,9 @@ jobs:
30
uses: actions/checkout@v3
31
32
- name: Install Python
33
34
35
- python-version: '3.9.7'
+ python-version: '3.9'
36
37
- name: Run pre-commit
38
uses: pre-commit/[email protected]
@@ -171,7 +171,7 @@ jobs:
171
172
- name: Setup Python
173
id: setup_python
174
175
176
python-version: '3.8'
177
cache: 'pip'
0 commit comments