Skip to content

Commit bf6820c

Browse files
Bump the github-actions group with 2 updates (#3868)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c32c9f commit bf6820c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Codelite
5959
- name: Checkout
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v6
6161
with:
6262
submodules: recursive
6363

.github/workflows/msys2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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}}
@@ -71,7 +71,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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: |

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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}}
@@ -56,7 +56,7 @@ jobs:
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

@@ -71,7 +71,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)