File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Setup OCaml
2828 uses : ocaml/setup-ocaml@v3
Original file line number Diff line number Diff line change 1616 shell : bash
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout code
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 - name : Setup OCaml
4545 uses : ocaml/setup-ocaml@v3
Original file line number Diff line number Diff line change 3434 fi
3535
3636 - name : Checkout Code
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 ref : ${{ env.TAG_NAME }}
4040
Original file line number Diff line number Diff line change 1616 shell : bash
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
You can’t perform that action at this time.
0 commit comments