Skip to content

Commit 24102ed

Browse files
authored
Merge branch 'master' into jetbrains-junie-issue-1078-run-1befc922-ca79-4788-988c-f5ac0dfe5052
2 parents 8ea4efa + 4bd424c commit 24102ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macOS-13]
14+
os: [ubuntu-latest, macOS-14]
1515
java: [8, 11, 21]
1616
fail-fast: false
1717
max-parallel: 4
1818
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'temurin'
25+
distribution: 'corretto'
2626
java-version: ${{ matrix.java }}
2727
cache: 'maven'
2828
- name: Test with Maven
@@ -39,7 +39,7 @@ jobs:
3939
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- name: Configure pagefile
4444
uses: al-cheb/[email protected]
4545
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Windows JDK
5050
uses: actions/setup-java@v5
5151
with:
52-
distribution: 'temurin'
52+
distribution: 'corretto'
5353
java-version: ${{ matrix.java }}
5454
cache: 'maven'
5555
- name: Test with Maven on Windows

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'quickfix-j/quickfixj'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Set up JDK
1818
uses: actions/setup-java@v5
1919
with:

0 commit comments

Comments
 (0)