Skip to content

Commit b2334f8

Browse files
CI: Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [msys2/setup-msys2](https://github.com/msys2/setup-msys2). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `msys2/setup-msys2` from 2.31.1 to 2.32.0 - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](msys2/setup-msys2@v2.31.1...v2.32.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: msys2/setup-msys2 dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d23ff11 commit b2334f8

10 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040

4141
- name: Compile non-MUI build
4242
if: matrix.build-type != 'mui'

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
steps:
8585
- name: Checkout repository from GitHub
86-
uses: actions/checkout@v6.0.3
86+
uses: actions/checkout@v7
8787

8888
- name: Build
8989
timeout-minutes: 15

.github/workflows/ci-linux_asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository from GitHub
40-
uses: actions/checkout@v6.0.3
40+
uses: actions/checkout@v7
4141

4242
- name: Build
4343
timeout-minutes: 15

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository from GitHub
35-
uses: actions/checkout@v6.0.3
35+
uses: actions/checkout@v7
3636

3737
- name: Install packages
3838
if: matrix.features == 'huge'

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
echo "SODIUM_DIR=${SODIUM_DIR}" >> $GITHUB_ENV
118118
echo "GETTEXT_PATH=D:\gettext${{ matrix.arch == 'x64' && '64' || '32' }}" >> $GITHUB_ENV
119119
120-
- uses: msys2/setup-msys2@v2.31.1
120+
- uses: msys2/setup-msys2@v2.32.0
121121
if: matrix.toolchain == 'mingw'
122122
with:
123123
update: true
@@ -128,7 +128,7 @@ jobs:
128128
release: false
129129

130130
- name: Checkout repository from GitHub
131-
uses: actions/checkout@v6.0.3
131+
uses: actions/checkout@v7
132132

133133
- name: Create a list of download URLs
134134
shell: cmd

.github/workflows/codeberg-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout repository from github
47-
uses: actions/checkout@v6.0.3
47+
uses: actions/checkout@v7
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lychee:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6.0.3
11+
- uses: actions/checkout@v7
1212
- name: Run Lychee
1313
uses: lycheeverse/lychee-action@v2
1414
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Compile InstallerLG
4040
run: |

.github/workflows/sourceforge-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
environment: sfenv
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)