Skip to content

Commit 41ab65a

Browse files
Update actions/checkout action to v5
1 parent 4aae180 commit 41ab65a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/maven-pr-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
# Check out Git repository
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
# Set up environment with Java and Maven
3232
- name: Set up JDK

.github/workflows/maven-publish-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
# Check out Git repository
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
# Set up environment with Java and Maven
3232
- name: Set up JDK 11

.github/workflows/maven-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
# Check out Git repository
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626

2727
# Set up environment with Java and Maven
2828
- name: Set up JDK

.github/workflows/onPushSimpleTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Set up JDK
3030
uses: actions/setup-java@v4
3131
with:

0 commit comments

Comments
 (0)