diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d12627..d65324a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index fca0ff6..27df725 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -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 @@ -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