File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717 persist-credentials : false
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
1010 steps :
1111
1212 - name : Checkout O2
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 path : O2
1616 persist-credentials : false
1717
1818 - name : Checkout O2Physics
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 repository : AliceO2Group/O2Physics
2222 path : O2Physics
2323 persist-credentials : false
2424
2525 - name : Checkout documentation
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 repository : AliceO2Group/analysis-framework
2929 path : analysis-framework
Original file line number Diff line number Diff line change 1313 run : |
1414 sudo apt-get update -y
1515 sudo apt-get install -y doxygen doxygen-doc doxygen-latex doxygen-gui graphviz cmake
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 ref : " dev"
1919 persist-credentials : false
Original file line number Diff line number Diff line change 1818 branch=$(echo ${{ github.event.inputs.tag }}-patches | tr . - | sed -e's/-[0-9]*-patches$/-patches/')
1919 EOF
2020 id : decide_release_branch
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 ref : " dev"
2424 - name : Tag branch (or create one before tagging if does not exists)
You can’t perform that action at this time.
0 commit comments