Skip to content

Commit e32e928

Browse files
chore(deps): update actions/setup-java action to v3.13.0
1 parent 35144c2 commit e32e928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/[email protected]
2020

2121
- name: Set up JDK 17
22-
uses: actions/setup-java@v3.11.0
22+
uses: actions/setup-java@v3.13.0
2323
with:
2424
java-version: '17'
2525
distribution: 'adopt'

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Set up Java 16
26-
uses: actions/setup-java@v3.11.0
26+
uses: actions/setup-java@v3.13.0
2727
with:
2828
java-version: '16'
2929
distribution: 'adopt'

0 commit comments

Comments
 (0)