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 6969 with :
7070 ref : ${{ needs.getversion.outputs.gitRef }}
7171 - name : Set up Python 3.11
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : " 3.11"
7575 cache : " pip"
9696 with :
9797 name : packages
9898 - name : Set up Python 3.11
99- uses : actions/setup-python@v4
99+ uses : actions/setup-python@v5
100100 with :
101101 python-version : " 3.11"
102102 - name : Publish to Test PyPI
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 ref : ${{ needs.getversion.outputs.gitRef }}
132132 - name : Set up Python 3.11
133- uses : actions/setup-python@v4
133+ uses : actions/setup-python@v5
134134 with :
135135 python-version : " 3.11"
136136 cache : " pip"
Original file line number Diff line number Diff line change 2929 - os : windows-latest
3030 python-version : ' pypy3.9'
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments