Skip to content

Commit

Permalink
Merge pull request #26 from sipgate/renovate/gradle-gradle-build-acti…
Browse files Browse the repository at this point in the history
…on-2.x

chore(deps): update gradle/gradle-build-action action to v2.12.0
  • Loading branch information
janseeger authored Jan 25, 2024
2 parents c8a25d8 + 46e1a6f commit 464679b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Setup Gradle to support advanced caching
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Setup Gradle to support advanced caching
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 464679b

Please sign in to comment.