diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233683a..bdc61ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.target') }} @@ -54,13 +54,13 @@ jobs: ${{ runner.os }}-m2 # - name: Cache IntelliJ Aspects -# uses: actions/cache@v4 +# uses: actions/cache@v5 # with: # path: ./bundles/com.salesforce.bazel.sdk/aspects # key: ${{ runner.os }}-aspects-${{ hashFiles('**/aspects/import/import-and-build.sh', '**/aspects/import/WORKSPACE') }} - name: Cache Bazel repository cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/bazel