Skip to content

Commit

Permalink
Update gradle/actions action to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent d3b8e3c commit 880e244
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
java-version: 17

- name: Gradle cache and set up
uses: gradle/actions/[email protected].1
uses: gradle/actions/[email protected].2
with:
dependency-graph: generate-and-submit
- run: ./gradlew assembleRelease
Expand All @@ -104,7 +104,7 @@ jobs:
java-version: 17

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

- run: ./gradlew assembleDebug

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

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

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

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

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

- run: ./gradlew assembleRelease

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

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

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

Expand Down

0 comments on commit 880e244

Please sign in to comment.