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 2121 timeout-minutes : 15
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 repository : ${{ github.event.pull_request.head.repo.full_name }}
2727 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 2525 if : github.repository_owner == 'seqan'
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Setup conda
3131 uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 2323 steps :
2424 # pull_request_target does not checkout the merge commit by default
2525 - name : Checkout
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 with :
2828 ref : " refs/pull/${{ github.event.number }}/merge"
2929
You can’t perform that action at this time.
0 commit comments