Skip to content

Commit 419130d

Browse files
Merge pull request #259 from CheckmarxDev/dependabot/github_actions/actions/setup-java-3.13.0
Bump actions/setup-java from 3.12.0 to 3.13.0
2 parents 857f24d + 785a60b commit 419130d

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.12.0
23+
uses: actions/setup-java@v3.13.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.12.0
70+
uses: actions/setup-java@v3.13.0
7171
with:
7272
java-version: '11'
7373
distribution: 'temurin'

0 commit comments

Comments
 (0)