File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ jobs:
8787 - name : " Setup: Buildless"
8888 uses : buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2
8989 - name : " Setup: Cache SonarCloud Packages"
90- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
90+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
9191 with :
9292 path : ~/.sonar/cache
9393 key : ${{ runner.os }}-sonar
9494 restore-keys : ${{ runner.os }}-sonar
9595 - name : " Setup: Cache Gradle Packages"
96- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
96+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
9797 with :
9898 path : ~/.gradle/caches
9999 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 java-version : ${{ inputs.java_version || vars.JVM_VERSION || '21' }}
4242 distribution : ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }}
4343 - name : " Setup: Cache SonarCloud Packages"
44- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
44+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
4545 with :
4646 path : ~/.sonar/cache
4747 key : ${{ runner.os }}-sonar
4848 restore-keys : ${{ runner.os }}-sonar
4949 - name : " Setup: Cache Gradle Packages"
50- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
50+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
5151 with :
5252 path : ~/.gradle/caches
5353 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments