Skip to content

Commit e145403

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf0eb8d commit e145403

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
@@ -34,7 +34,7 @@ jobs:
3434
3535
# WxWidgets
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
repository: wxWidgets/wxWidgets
4040
ref: v3.2.8
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Codelite
5353
- name: Checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
submodules: recursive
5757

.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)