File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 python-version : ["3.10", "3.11", "3.12"]
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 99 property-tests :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-python@v5
1414 with :
1515 python-version : " 3.12"
Original file line number Diff line number Diff line change 2020 url : ${{ steps.deployment.outputs.page_url }}
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/configure-pages@v4
2525 - name : Upload artifact
2626 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 2020 contents : read
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 ref : ${{ github.event.inputs.ref || '' }}
2626
Original file line number Diff line number Diff line change 1313 contents : write # to create GitHub Release & upload assets
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
5454 matrix :
5555 python-version : ["3.10", "3.11", "3.12"]
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 - uses : actions/setup-python@v5
5959 with :
6060 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments