Skip to content

Commit 7e8f183

Browse files
authored
Merge pull request #1029 from quickfix-j/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9c848aa + 4e98495 commit 7e8f183

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v4
38+
uses: actions/checkout@v5
3939

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

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:
@@ -39,7 +39,7 @@ jobs:
3939
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- name: Configure pagefile
4444
uses: al-cheb/configure-pagefile-action@v1.4
4545
with:

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release-snapshot:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK
1717
uses: actions/setup-java@v5
1818
with:

0 commit comments

Comments
 (0)