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 Jun 24, 2024
1 parent e94b195 commit b093738
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 b093738

Please sign in to comment.