Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 9eafd0e commit 593b038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ jobs:
java-version: '11'

- name: Ubuntu build
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'ubuntu-latest'
with:
arguments: --full-stacktrace build

- name: macosX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'macos-latest'
with:
arguments: --full-stacktrace macosX64Test

- name: mingwX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'windows-latest'
with:
arguments: --full-stacktrace mingwX64Test
Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
java-version: '11'

- name: Publish version
uses: gradle/[email protected].3
uses: gradle/[email protected].5
with:
arguments: --full-stacktrace publishAllPublicationsToOssrhRepository
6 changes: 3 additions & 3 deletions .github/workflows/gradle-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
java-version: '11'

- name: Ubuntu build
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'ubuntu-latest'
with:
arguments: --full-stacktrace build

- name: macosX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'macos-latest'
with:
arguments: --full-stacktrace macosX64Test

- name: mingwX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'windows-latest'
with:
arguments: --full-stacktrace mingwX64Test
Expand Down

0 comments on commit 593b038

Please sign in to comment.