Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2023
1 parent 7d8d6e0 commit 9df28e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build MangaWorld artifacts
id: buildMangaApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:

- name: Build NovelWorld artifacts
id: buildNovelApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_check_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Build MangaWorld artifacts
id: buildMangaApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:

- name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:

- name: Build NovelWorld artifacts
id: buildNovelApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build MangaWorld artifacts
id: buildMangaApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Build NovelWorld artifacts
id: buildNovelApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand All @@ -80,7 +80,7 @@ jobs:

- name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build MangaWorld artifacts
id: buildMangaApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

- name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:

- name: Build NovelWorld artifacts
id: buildNovelApks
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.5.0
with:
wrapper-cache-enabled: true
dependencies-cache-enabled: true
Expand Down

0 comments on commit 9df28e5

Please sign in to comment.