Skip to content

Commit fb904b5

Browse files
Merge pull request #276 from CheckmarxDev/dependabot/github_actions/actions/setup-java-4.0.0
Bump actions/setup-java from 3.13.0 to 4.0.0
2 parents 93962b7 + 4364ee3 commit fb904b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.os }}-maven-
2121
2222
- name: Set up JDK 11
23-
uses: actions/setup-java@v3.13.0
23+
uses: actions/setup-java@v4.0.0
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
${{ runner.os }}-maven-
6868
6969
- name: Set up Maven Central Repository
70-
uses: actions/setup-java@v3.13.0
70+
uses: actions/setup-java@v4.0.0
7171
with:
7272
java-version: '11'
7373
distribution: 'temurin'

0 commit comments

Comments
 (0)