1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : actions/setup-python@v4
21+ - uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.11'
2424 -
uses :
pre-commit/[email protected] @@ -39,13 +39,13 @@ jobs:
3939 steps :
4040 - uses : actions/checkout@v4
4141 - name : setup python for tox
42- uses : actions/setup-python@v4
42+ uses : actions/setup-python@v5
4343 with :
4444 python-version : ' 3.11'
4545 - name : install tox
4646 run : python -m pip install tox
4747 - name : setup python for test ${{ matrix.py }}
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ${{ matrix.py }}
5151 - name : Pick environment to run
7575 steps :
7676 - uses : actions/checkout@v4
7777 - name : setup Python 3.11
78- uses : actions/setup-python@v4
78+ uses : actions/setup-python@v5
7979 with :
8080 python-version : ' 3.11'
8181 - name : install tox
8989 runs-on : ubuntu-latest
9090 steps :
9191 - name : setup python to build package
92- uses : actions/setup-python@v4
92+ uses : actions/setup-python@v5
9393 with :
9494 python-version : ' 3.11'
9595 - name : install build
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : setup python to build package
111- uses : actions/setup-python@v4
111+ uses : actions/setup-python@v5
112112 with :
113113 python-version : ' 3.11'
114114 - name : install build
0 commit comments