Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3 (#36)
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 Jun 28, 2024
1 parent 883a7d9 commit 9f36f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Execute Gradle build
run: ./gradlew test -PexcludeTests=*.InfoKotlinProcessPluginTest
env:
Expand All @@ -41,6 +41,6 @@ jobs:
java-version: ${{ matrix.version }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Execute Gradle build
run: ./gradlew test --tests io.github.cdsap.kotlinprocess.InfoKotlinProcessPluginTest

0 comments on commit 9f36f8a

Please sign in to comment.