File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@v5
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.11"
2424 cache : ' pip'
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.11'
2323
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python 3.10
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.11'
2323
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 allow-prereleases : true
5252 steps :
5353 - uses : actions/checkout@v5
5454
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3.11'
5858
You can’t perform that action at this time.
0 commit comments