Skip to content

Commit

Permalink
Bump burrunan/gradle-cache-action to v2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
BrainStone committed Sep 20, 2024
1 parent 5b790fc commit 956733b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'temurin'
- name: Checkout submodules
run: git submodule update --init --recursive
- uses: burrunan/gradle-cache-action@v1
- uses: burrunan/gradle-cache-action@v2
name: Cache .gradle
with:
# Disable caching of $HOME/.gradle/caches/*.*/generated-gradle-jars
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libncurses5
- uses: burrunan/gradle-cache-action@v1
- uses: burrunan/gradle-cache-action@v2
name: Cache .gradle
with:
# Disable caching of $HOME/.gradle/caches/*.*/generated-gradle-jars
Expand Down

0 comments on commit 956733b

Please sign in to comment.