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 1616 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1717 python-version : ["3.12", "3.13"]
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v6
2222 with :
You can’t perform that action at this time.
0 commit comments