We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d903d41 commit 32c71a4Copy full SHA for 32c71a4
.github/workflows/editorconfig.yml
@@ -30,6 +30,6 @@ jobs:
30
name: Lint for editorconfig violations
31
steps:
32
- name: Checkout the repository
33
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
34
- name: Check for editorconfig violations
35
uses: editorconfig-checker/action-editorconfig-checker@v1
.github/workflows/py-validation.yml
@@ -16,11 +16,11 @@ jobs:
16
timeout-minutes: 10
17
18
19
- - uses: actions/checkout@v2
20
- - name: Set up Python 3.6
21
- uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - name: Set up Python 3.7
+ uses: actions/setup-python@v4
22
with:
23
- python-version: '3.6'
+ python-version: '3.7'
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip setuptools wheel
0 commit comments