Skip to content

Commit

Permalink
Update eskatos/gradle-command-action action to v2.10.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 830452b commit d5208bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
uses: eskatos/gradle-command-action@v2.3.2
uses: eskatos/gradle-command-action@v2.10.0
env:
TEST_UPLOAD_TOKEN: ${{secrets.TEST_UPLOAD_TOKEN}}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
uses: eskatos/gradle-command-action@v2.3.2
uses: eskatos/gradle-command-action@v2.10.0
env:
TEST_UPLOAD_TOKEN: ${{secrets.TEST_UPLOAD_TOKEN}}
with:
Expand Down

0 comments on commit d5208bb

Please sign in to comment.