diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad0037d..56df196 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup - uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v1.0 + uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v2 - name: Build - uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-build@v1.0 + uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-build@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c4a77c..262e80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,9 +18,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup - uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v1.0 + uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v2 - name: Release - uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-release@v1.0 + uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-release@v2 with: signing-file: ${{ secrets.SIGNINGFILE }} signing-key-id: ${{ secrets.SIGNINGKEYID }}