Skip to content

Commit

Permalink
Merge pull request #18 from voruti/renovate/gradle-gradle-build-actio…
Browse files Browse the repository at this point in the history
…n-2.x

Update gradle/gradle-build-action action to v2.4.1
  • Loading branch information
voruti authored Apr 13, 2023
2 parents c5da386 + e6b9949 commit e0dc67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: "11"
distribution: "temurin"
- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build assembleRelease
- name: Create APK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
java-version: "11"
distribution: "temurin"
- name: Build with Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: build assembleRelease
- name: Create APK
Expand Down

0 comments on commit e0dc67d

Please sign in to comment.