Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down