Skip to content

Commit a02c8d5

Browse files
authored
Bump actions/setup-java from 3 to 4 (#164)
2 parents dcf2c8e + fc8dfde commit a02c8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858

5959

60-
- uses: actions/setup-java@v3
60+
- uses: actions/setup-java@v4
6161
with:
6262
distribution: 'temurin'
6363
java-version: 17

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up JDK 17
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
java-version: '17'
3131
distribution: 'temurin'

0 commit comments

Comments
 (0)