Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed May 12, 2024
1 parent 03ae2a9 commit 91b59ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
matrix:
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
# - run: ./gradlew build
- run: ./gradlew :thymeleaf-layout-dialect:build
- run: ./gradlew jacocoTestReport
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
directory: thymeleaf-layout-dialect/build/reports/jacoco/
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 91b59ce

Please sign in to comment.