File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - " 3.8"
2626 steps :
2727 - name : Setup python for tox
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : " 3.11"
3131 - name : Install tox
3434 with :
3535 fetch-depth : 0
3636 - name : Setup python for test ${{ matrix.py }}
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.py }}
4040 - name : Pick environment to run
7474 - uses : actions/checkout@v4
7575 with :
7676 fetch-depth : 0
77- - uses : actions/setup-python@v4
77+ - uses : actions/setup-python@v5
7878 with :
7979 python-version : " 3.11"
8080 - name : Install tox
@@ -113,7 +113,7 @@ jobs:
113113 with :
114114 fetch-depth : 0
115115 - name : Setup Python "3.11"
116- uses : actions/setup-python@v4
116+ uses : actions/setup-python@v5
117117 with :
118118 python-version : " 3.11"
119119 - name : Install tox
Original file line number Diff line number Diff line change 1313 id-token : write
1414 steps :
1515 - name : Setup python to build package
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
1919 - name : Install build
You can’t perform that action at this time.
0 commit comments