Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2023
1 parent 8652801 commit 1ec8be9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew build

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- name: Check (debug)
run: ./gradlew lintAnalyzeDebug --warning-mode all --scan
Expand All @@ -105,7 +105,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew assembleDebug --scan

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew testDebugUnitTest --warning-mode all

Expand All @@ -166,7 +166,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew assembleRelease --scan

Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
java-version: 17

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew testReleaseUnitTest --warning-mode all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
uses: gradle/[email protected]

- name: Gradle cache
uses: gradle/[email protected].0
uses: gradle/[email protected].1

- run: ./gradlew ${{ inputs.task }}

0 comments on commit 1ec8be9

Please sign in to comment.