diff --git a/.github/workflows/convention-develocity-maven-extension-verification.yml b/.github/workflows/convention-develocity-maven-extension-verification.yml index 3d0bffce7..9682108ee 100644 --- a/.github/workflows/convention-develocity-maven-extension-verification.yml +++ b/.github/workflows/convention-develocity-maven-extension-verification.yml @@ -55,7 +55,7 @@ jobs: distribution: 'temurin' cache: maven - name: Set up Maven - uses: gradle/develocity-actions/maven-setup@v1.1 + uses: gradle/develocity-actions/setup-maven@v1.2 - name: Download extension uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/convention-develocity-shared-verification.yml b/.github/workflows/convention-develocity-shared-verification.yml index 0ed4f35b5..daca8d71c 100644 --- a/.github/workflows/convention-develocity-shared-verification.yml +++ b/.github/workflows/convention-develocity-shared-verification.yml @@ -111,7 +111,7 @@ jobs: distribution: 'temurin' cache: maven - name: Set up Maven - uses: gradle/develocity-actions/maven-setup@v1.1 + uses: gradle/develocity-actions/setup-maven@v1.2 - name: Download extension uses: actions/download-artifact@v4 with: