File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 # TODO: The correct way to checkout would be to use simmilar approach as in get_commit_by_timestamp function of
5050 # the github gluetool module (i.e. do not use HEAD but the last commit before comment).
5151 id : checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 ref : " refs/pull/${{ steps.pr_nr.outputs.pr_nr }}/head"
5555
@@ -121,7 +121,7 @@ jobs:
121121 - name : Checkout leapp-repository
122122 id : checkout_leapp_repository
123123 if : ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }}
124- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
125125 with :
126126 repository : " oamg/leapp-repository"
127127 ref : " refs/pull/${{ steps.leapp_repository_pr.outputs.leapp_repository_pr }}/head"
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 fetch-depth : ' 0'
4242 - name : Set main to origin/main
You can’t perform that action at this time.
0 commit comments