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 and DrewCarlson committed Mar 13, 2024
1 parent 88794b6 commit e3069ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Check spotless/ktlint rules
with:
arguments: spotlessCheck
Expand All @@ -67,7 +67,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Check public api compatibility
with:
arguments: apiCheck
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
~/.konan
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}-v1
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Publish
with:
arguments: clean publishAllPublicationsToMavenCentralRepository
Expand All @@ -55,7 +55,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Build Docs
with:
arguments: clean dokkaHtmlMultiModule
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}-v1

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Test Jvm/JS/Apple targets
with:
arguments: koverMergedXmlReport
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'zulu'
java-version: 11

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Test Windows Target
with:
arguments: mingwX64Test
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ hashFiles('gradle.properties') }}-v1

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
name: Test Linux Target
with:
arguments: linuxX64Test
Expand Down

0 comments on commit e3069ea

Please sign in to comment.