Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent e60396f commit 37a921e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: NPM lint
run: npm run lint
- name: Generate UI jar
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
cache-read-only: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
arguments: jar
4 changes: 2 additions & 2 deletions .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
### END runner setup

- name: Bump to release version
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
arguments: :bumpVersion --bumpType ${{ env.BUMP_TYPE }} --bumpToRelease
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# Bump to the next patch version as a SNAPSHOT
- name: Bump to next patch version
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: :bumpVersion --bumpType patch

Expand Down

0 comments on commit 37a921e

Please sign in to comment.