Skip to content

Commit

Permalink
Merge pull request #548 from jakepurple13/renovate/eskatos-gradle-com…
Browse files Browse the repository at this point in the history
…mand-action-1.x

Update eskatos/gradle-command-action action to v1.5.1
  • Loading branch information
jakepurple13 authored Aug 11, 2022
2 parents c5e1de4 + f2c5049 commit 6c5b660
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- if: github.event.inputs.build_mangaworld == 'true'
name: Build MangaWorld artifacts
id: buildMangaApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -85,7 +85,7 @@ jobs:
- if: github.event.inputs.build_animeworld == 'true'
name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -96,7 +96,7 @@ jobs:
- if: github.event.inputs.build_animeworldtv == 'true'
name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -107,7 +107,7 @@ jobs:
- if: github.event.inputs.build_novelworld == 'true'
name: Build NovelWorld artifacts
id: buildNovelApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-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 @@ -67,7 +67,7 @@ jobs:
- if: github.event.inputs.build_mangaworld == 'true'
name: Build MangaWorld artifacts
id: buildMangaApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -78,7 +78,7 @@ jobs:
- if: github.event.inputs.build_animeworld == 'true'
name: Build AnimeWorld artifacts
id: buildAnimeApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -89,7 +89,7 @@ jobs:
- if: github.event.inputs.build_animeworldtv == 'true'
name: Build AnimeWorldTV artifacts
id: buildAnimeTvApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand All @@ -100,7 +100,7 @@ jobs:
- if: github.event.inputs.build_novelworld == 'true'
name: Build NovelWorld artifacts
id: buildNovelApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Build all artifacts
id: buildAllApks
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.5.1
with:
gradle-version: current
wrapper-cache-enabled: true
Expand Down

0 comments on commit 6c5b660

Please sign in to comment.