"model/models/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "6544e1473525c381e89aba4778283900b3ad7145"
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: ...@@ -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: ...@@ -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
\ No newline at end of file
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