Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ca3ebc44
Unverified
Commit
ca3ebc44
authored
Oct 04, 2022
by
Oscar Dominguez
Committed by
GitHub
Oct 04, 2022
Browse files
ci(stale.yml): upgrade actions/setup-python to v4 (#19281)
parent
cc263e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/stale.yml
.github/workflows/stale.yml
+2
-2
No files found.
.github/workflows/stale.yml
View file @
ca3ebc44
...
@@ -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@v
1
uses
:
actions/setup-python@v
4
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment