Skip to content

Commit 0de44ff

Browse files
committed
Merge branch 'release/v1.3.0'
2 parents a214e86 + e956496 commit 0de44ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ runs:
5050
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5151

5252
- name: Setup JDK
53-
uses: actions/setup-java@v3
53+
uses: actions/setup-java@v4
5454
with:
5555
distribution: ${{ inputs.java-distribution }}
5656
java-version: ${{ inputs.java-version }}
5757
cache: maven
5858

5959
- name: Cache SonarCloud packages
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/.sonar/cache
6363
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)