File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 5555
5656 steps :
5757 - name : Checkout ${{ github.repository }}
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 with :
6060 ref : ${{ inputs.source_ref || github.ref }}
6161 fetch-depth : 0
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout ${{ github.repository }}
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Set up Python 3.10
1919 uses : actions/setup-python@v5
6161
6262 steps :
6363 - name : Checkout ${{ github.repository }}
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565
6666 - name : Set up Python ${{ matrix.python-version}}
6767 uses : actions/setup-python@v5
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Checkout ${{ github.repository }}
119- uses : actions/checkout@v4
119+ uses : actions/checkout@v5
120120
121121 - name : Clone current requirement version of `oteapi-core` locally
122122 run : |
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 ref : ' master'
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments