File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ jobs:
1616 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
1818 - name : Set up Python
19- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
20- with :
21- python-version : ' 3.11'
19+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
20+ with :
21+ python-version : ' 3.11'
2222
2323 - name : Install dependencies
24- run : |
25- python -m pip install --upgrade pip
26- pip install PyGithub pyyaml
24+ run : |
25+ python -m pip install --upgrade pip
26+ pip install PyGithub pyyaml
2727
2828 - name : Check workflows and update action references
29- env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31- run : |
29+ env :
30+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31+ run : |
3232 python - <<'EOF'
3333 import os
3434 import re
You can’t perform that action at this time.
0 commit comments