File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 if : success() # Ensure this job only runs if the previous job succeeds
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 with :
2424 ref : master
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
6161 if : success() # Ensure this job only runs if the previous job succeeds
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 with :
6666 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
6767 ref : master
Original file line number Diff line number Diff line change 2424 needs : publish_alpha
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - name : Send message to Matrix bots channel
2929 id : matrix-chat-message
3030 uses : fadenb/matrix-chat-message@v0.0.6
4040 if : success() # Ensure this job only runs if the previous job succeeds
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 with :
4545 ref : dev
4646 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
6969 runs-on : ubuntu-latest
7070 steps :
7171 - name : Checkout dev branch
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v6
7373 with :
7474 ref : dev
7575
You can’t perform that action at this time.
0 commit comments