File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 build_tests :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v6
1111 with :
1212 ref : ${{ github.head_ref }}
1313 - name : Setup Python
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@v2
22+ - uses : actions/checkout@v6
2323 with :
2424 ref : dev
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
4747 if : success() # Ensure this job only runs if the previous job succeeds
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v6
5151 with :
5252 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
5353 ref : master
Original file line number Diff line number Diff line change 2323 needs : publish_alpha
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v6
2727 - name : Send message to Matrix bots channel
2828 id : matrix-chat-message
29293939 if : success() # Ensure this job only runs if the previous job succeeds
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v6
4343 with :
4444 ref : dev
4545 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Checkout dev branch
71- uses : actions/checkout@v3
71+ uses : actions/checkout@v6
7272 with :
7373 ref : dev
7474
You can’t perform that action at this time.
0 commit comments