diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073480e60b..d527431e9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: java-version: ${{ matrix.jdk }} - name: Cache Gradle API - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | integrations/gradle-bloop/lib @@ -73,7 +73,7 @@ jobs: # only launcher tests cause gradle API to be downloaded # and they are only run on grallvm if: matrix.jdk == 'graalvm-ce-java11@20.1.0' - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | integrations/gradle-bloop/lib