Skip to content

Commit

Permalink
Merge pull request #109 from usefulness/renovate/gradle-gradle-build-…
Browse files Browse the repository at this point in the history
…action-3.x

Update gradle/gradle-build-action action to v3
  • Loading branch information
mateuszkwiecinski authored Jan 26, 2024
2 parents 6a1253a + 070b5bf commit 9441e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Downgrade dependency version to see the diff
run: sed -i -E 's/androidx.paging:paging-common-ktx:[[:digit:]]+.[[:digit:]]+.[[:digit:]]+/androidx.paging:paging-common-ktx:3.1.0/g' testproject/build.gradle

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
build-root-directory: testproject
arguments: dependencies
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
shell: bash
- name: Cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
build-root-directory: testproject
arguments: dependencies --no-configuration-cache
Expand Down

0 comments on commit 9441e29

Please sign in to comment.