File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
3434
3535 - name : Check out sources
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 fetch-depth : 0
3939 path : swaync
Original file line number Diff line number Diff line change 2626
2727 # It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
2828 - name : Check out sources
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232 path : swaync
Original file line number Diff line number Diff line change 3434
3535 # It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
3636 - name : Check out sources
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 with :
3939 fetch-depth : 0
4040 path : swaync
Original file line number Diff line number Diff line change 1717 vala-linting :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v1
20+ - uses : actions/checkout@v4
2121 - uses : elementary/actions/vala-lint@master
2222 with :
2323 dir : src/
3535 uncrustify
3636
3737 - name : Check out sources
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 0
4141 path : swaync
5555 rpmlint rpkg
5656
5757 - name : Check out sources
58- uses : actions/checkout@v3
58+ uses : actions/checkout@v4
5959 with :
6060 fetch-depth : 0
6161 path : swaync
Original file line number Diff line number Diff line change 2727 apt install -y $PACKAGES
2828
2929 - name : Check out sources
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131
3232 - name : Meson configure
3333 run : meson build
You can’t perform that action at this time.
0 commit comments