Unverified Commit ca3ebc44 authored by Oscar Dominguez's avatar Oscar Dominguez Committed by GitHub
Browse files

ci(stale.yml): upgrade actions/setup-python to v4 (#19281)

parent cc263e9b
......@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.7
......@@ -24,4 +24,4 @@ jobs:
pip install PyGithub
- name: Close stale issues
run: |
python scripts/stale.py
\ No newline at end of file
python scripts/stale.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment