File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 id : iibtag
2828
2929 - name : Checkout code
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 ref : ${{ github.event.release.tag_name || steps.iibtag.outputs.tag }}
3333
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ github.event.release.tag_name }}
2020
Original file line number Diff line number Diff line change 1717 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1818 python-version : ["3.12", "3.13"]
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
2323 with :
You can’t perform that action at this time.
0 commit comments