From d1b6d37c42f6c5ab1611b5f0c1f29b05928bae62 Mon Sep 17 00:00:00 2001 From: Vladimir Orany Date: Thu, 23 Jun 2022 09:14:45 +0200 Subject: [PATCH 1/3] Using the official Gradle action instead of the original eskatos one --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21c965b..e3146f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Semantic Version id: version uses: ncipollo/semantic-version-action@v1 - - uses: eskatos/gradle-command-action@v1 + - uses: gradle/gradle-command-action@v2 with: arguments: gitPublishPush bintrayUpload -PbintrayUsername=${{ secrets.BINTRAY_USER }} -PbintrayApiKey=${{ secrets.BINTRAY_KEY }} -Pversion=${{ steps.version.outputs.tag }} -Prelease=true -Dorg.ajoberstar.grgit.auth.username=${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }} --stacktrace ping: From 812d59c93a39b51ae998eae0103e6c39f157ab2d Mon Sep 17 00:00:00 2001 From: Vladimir Orany Date: Thu, 23 Jun 2022 09:14:46 +0200 Subject: [PATCH 2/3] Using the official Gradle action instead of the original eskatos one --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 39771e8..8575781 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -41,7 +41,7 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-${{ hashFiles('**/gradle.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - uses: eskatos/gradle-command-action@v1 + - uses: gradle/gradle-command-action@v2 with: arguments: check coveralls --stacktrace - name: Show Reports From 52c1fe1645a2c8eafb224411c418b4bc4e6cce73 Mon Sep 17 00:00:00 2001 From: Vladimir Orany Date: Thu, 23 Jun 2022 09:14:46 +0200 Subject: [PATCH 3/3] Using the official Gradle action instead of the original eskatos one --- .github/workflows/gradle-versions-watchdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-versions-watchdog.yml b/.github/workflows/gradle-versions-watchdog.yml index b0ecdb3..05393a0 100644 --- a/.github/workflows/gradle-versions-watchdog.yml +++ b/.github/workflows/gradle-versions-watchdog.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - - uses: eskatos/gradle-command-action@v1 + - uses: gradle/gradle-command-action@v2 with: arguments: check --stacktrace gradle-version: rc