File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 name : Run pre-commit # https://pre-commit.com/
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
11- - uses : actions/setup-python@v2 # https://www.python.org/
10+ - uses : actions/checkout@v4
11+ - uses : actions/setup-python@v5 # https://www.python.org/
1212 with :
1313 python-version : " 3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
1414 architecture : " x64" # optional x64 or x86. Defaults to x64 if not specified
Original file line number Diff line number Diff line change 77 name : GitHub Super-Linter
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
11111212 env :
1313 ERROR_ON_MISSING_EXEC_BIT : true
You can’t perform that action at this time.
0 commit comments