File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Check out message_ix
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : ${{ env.depth }}
4040
Original file line number Diff line number Diff line change 9191
9292 steps :
9393 - name : Check out message_ix
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 with :
9696 fetch-depth : ${{ env.depth }}
9797 ref : ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -167,7 +167,7 @@ jobs:
167167
168168 steps :
169169 - name : Check out message_ix
170- uses : actions/checkout@v4
170+ uses : actions/checkout@v5
171171 with :
172172 fetch-depth : ${{ env.depth }}
173173 ref : ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
@@ -239,7 +239,7 @@ jobs:
239239 runs-on : ubuntu-latest
240240
241241 steps :
242- - uses : actions/checkout@v4
242+ - uses : actions/checkout@v5
243243 with :
244244 ref : ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
245245 - uses : astral-sh/setup-uv@v6
You can’t perform that action at this time.
0 commit comments