ci(stale.yml): upgrade actions/setup-python to v4 (#19281)
This commit is contained in:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ jobs:
|
|||||||
pip install PyGithub
|
pip install PyGithub
|
||||||
- name: Close stale issues
|
- name: Close stale issues
|
||||||
run: |
|
run: |
|
||||||
python scripts/stale.py
|
python scripts/stale.py
|
||||||
|
|||||||
Reference in New Issue
Block a user