File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ concurrency:
2929jobs :
3030 pre-commit :
3131 name : Run pre-commit # https://pre-commit.com/
32- runs-on : ubuntu-22.04
32+ runs-on : ubuntu-latest
3333 steps :
3434 - name : ' Checkout ${{ github.ref }} ( ${{ github.sha }} )'
3535 uses : actions/checkout@v4
3636 - uses : actions/setup-python@v5 # https://www.python.org/
3737 with :
38- python-version : ' 3.x ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
38+ python-version : ' 3.10 ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3939 architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
4040 - name : Install dependencies # https://pip.pypa.io/en/stable/
4141 run : |
You can’t perform that action at this time.
0 commit comments