Skip to content

Commit

Permalink
Update burrunan/gradle-cache-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 20d9088 commit c3180fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: adopt
java-version: 11
- name: gradle build ${{ github.ref }}
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
gradle-version: wrapper
arguments: --no-parallel --no-daemon --build-cache build assembleDebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set current version
run: echo "PROJECT_VERSION=$(cat app/build.gradle | grep versionName | cut -d\" -f2 | xargs)" >> $GITHUB_ENV
- name: gradle build ${{ github.ref }}
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
gradle-version: wrapper
arguments: --no-parallel --no-daemon --build-cache build assembleRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set current version
run: echo "PROJECT_VERSION=$(cat app/build.gradle | grep versionName | cut -d\" -f2 | xargs)" >> $GITHUB_ENV
- name: gradle build ${{ github.ref }}
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
gradle-version: wrapper
arguments: --no-parallel --no-daemon --build-cache build assembleRelease
Expand Down

0 comments on commit c3180fd

Please sign in to comment.