File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 extended : true
2323
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repo
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : Parse comment
2424 id : parse
Original file line number Diff line number Diff line change 3030 # Steps represent a sequence of tasks that will be executed as part of the job
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - name : Set up Ruby
3535 uses : ruby/setup-ruby@v1
3636 with :
Original file line number Diff line number Diff line change 99 timeout-minutes : 5
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313
1414 - name : Setup Ruby
1515 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments