File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323 - name : Set up JDK 17
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 distribution : ' temurin'
2727 java-version : ' 17'
2828 cache : ' gradle'
2929 - name : Cache SonarCloud packages
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : ~/.sonar/cache
3333 key : ${{ runner.os }}-sonar
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : windows-latest
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 with :
4949 fetch-depth : 0
5050 - name : Set up JDK 17
51- uses : actions/setup-java@v3
51+ uses : actions/setup-java@v4
5252 with :
5353 distribution : ' temurin'
5454 java-version : ' 17'
@@ -62,11 +62,11 @@ jobs:
6262 runs-on : macOS-latest
6363
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 with :
6767 fetch-depth : 0
6868 - name : Set up JDK 17
69- uses : actions/setup-java@v3
69+ uses : actions/setup-java@v4
7070 with :
7171 distribution : ' temurin'
7272 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments