File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,21 @@ jobs:
4646 distribution : ' temurin'
4747
4848 - name : Cache local Maven repository
49- uses : actions/cache@v3
49+ uses : actions/cache@v4
5050 with :
5151 path : ~/.m2/repository
5252 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.target') }}
5353 restore-keys : |
5454 ${{ runner.os }}-m2
5555
5656# - name: Cache IntelliJ Aspects
57- # uses: actions/cache@v3
57+ # uses: actions/cache@v4
5858# with:
5959# path: ./bundles/com.salesforce.bazel.sdk/aspects
6060# key: ${{ runner.os }}-aspects-${{ hashFiles('**/aspects/import/import-and-build.sh', '**/aspects/import/WORKSPACE') }}
6161
6262 - name : Cache Bazel repository cache
63- uses : actions/cache@v3
63+ uses : actions/cache@v4
6464 with :
6565 path : |
6666 ~/.cache/bazel
You can’t perform that action at this time.
0 commit comments