File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4040
4141 # WxWidgets
4242 - name : Checkout
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444 with :
4545 repository : wxWidgets/wxWidgets
4646 ref : ${{ matrix.wx-version }}
5757
5858 # Codelite
5959 - name : Checkout
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v6
6161 with :
6262 submodules : recursive
6363
Original file line number Diff line number Diff line change 5454
5555 # WxWidgets
5656 - name : Checkout
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v6
5858 with :
5959 repository : wxWidgets/wxWidgets
6060 ref : ${{matrix.wx-version}}
7171
7272 # wx-config-msys2
7373 - name : Checkout
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v6
7575 with :
7676 repository : eranif/wx-config-msys2
7777 path : wx-config-msys2
8787
8888 # Codelite
8989 - name : Checkout
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v6
9191 with :
9292 submodules : recursive
9393
@@ -103,7 +103,7 @@ jobs:
103103
104104 # Upload and test installer
105105 - name : artifact
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : codelite-installer-wx-${{matrix.wx-version}}${{matrix.arch.package-suffix}}
109109 path : |
Original file line number Diff line number Diff line change 3636 sudo apt-get install build-essential cmake gettext git libedit-dev libgtk-3-dev libhunspell-dev libsqlite3-dev libssh-dev pkg-config xterm libmariadb-dev libpq-dev
3737
3838 - name : Checkout WxWidgets
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 with :
4141 repository : wxWidgets/wxWidgets
4242 ref : ${{matrix.wx-version}}
5656 run : sudo apt-get install build-essential cmake git libpcre2-dev libsqlite3-dev libssh-dev bison flex
5757
5858 - name : Checkout CodeLite
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 submodules : recursive
6262
7171 # Upload codelite.pot
7272 - name : artifact-pot
7373 if : matrix.codelite-variant == 'All'
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : codelite-pot-wx-${{matrix.wx-version}}
7777 path : |
You can’t perform that action at this time.
0 commit comments