Skip to content

Commit

Permalink
- upgraded gradle build action v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Jul 30, 2024
1 parent 5e81fdf commit f928332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Clean to remove clover instrumentation
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: clean

- name: Run tests
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: check

- name: Publish the JAR to the repository
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: publish
env:
Expand Down

0 comments on commit f928332

Please sign in to comment.