File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Check out the repository
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 0
3434
@@ -110,7 +110,7 @@ jobs:
110110
111111 steps :
112112 - name : Check out the repository
113- uses : actions/checkout@v2
113+ uses : actions/checkout@v4
114114 with :
115115 fetch-depth : 0
116116
Original file line number Diff line number Diff line change 1111 name : Formatting Check
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - name : Run clang-format style check for C/C++.
16161717 with :
Original file line number Diff line number Diff line change 2424 name : Build
2525 steps :
2626 - name : Checkout the code
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Check out the repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Check out the repository
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Check out the repository
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v4
4040 with :
4141 fetch-depth : 0
4242
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Check out the repo
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 0
2929 - name : Pull the Docker images
4444 needs : build
4545 steps :
4646 - name : Check out the repo
47- uses : actions/checkout@v2
47+ uses : actions/checkout@v4
4848 with :
4949 fetch-depth : 0 # To fetch all tags
5050 - name : Download built artifacts
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Check out the repository
39- uses : actions/checkout@v2
39+ uses : actions/checkout@v4
4040 with :
4141 fetch-depth : 0
4242
You can’t perform that action at this time.
0 commit comments