Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# WxWidgets
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: wxWidgets/wxWidgets
ref: v3.2.8
Expand All @@ -51,7 +51,7 @@ jobs:

# Codelite
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# WxWidgets
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: wxWidgets/wxWidgets
ref: ${{matrix.wx-version}}
Expand All @@ -71,7 +71,7 @@ jobs:

# wx-config-msys2
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: eranif/wx-config-msys2
path: wx-config-msys2
Expand All @@ -87,7 +87,7 @@ jobs:

# Codelite
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive

Expand All @@ -103,7 +103,7 @@ jobs:

# Upload and test installer
- name: artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codelite-installer-wx-${{matrix.wx-version}}${{matrix.arch.package-suffix}}
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
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

- name: Checkout WxWidgets
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: wxWidgets/wxWidgets
ref: ${{matrix.wx-version}}
Expand All @@ -56,7 +56,7 @@ jobs:
run: sudo apt-get install build-essential cmake git libpcre2-dev libsqlite3-dev libssh-dev bison flex

- name: Checkout CodeLite
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
submodules: recursive

Expand All @@ -71,7 +71,7 @@ jobs:
# Upload codelite.pot
- name: artifact-pot
if: matrix.codelite-variant == 'All'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codelite-pot-wx-${{matrix.wx-version}}
path: |
Expand Down
Loading