diff --git a/action.yml b/action.yml index 853213b7..5c5bdbee 100644 --- a/action.yml +++ b/action.yml @@ -49,10 +49,10 @@ runs: token: ${{ inputs.github-token }} - name: Setup Java uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven + with: + java-version: '17' + distribution: 'temurin' + cache: maven - name: Set up Maven uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: diff --git a/template/action.yml b/template/action.yml index c8c40384..eee1cd51 100644 --- a/template/action.yml +++ b/template/action.yml @@ -49,10 +49,10 @@ runs: token: ${{ inputs.github-token }} - name: Setup Java uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4 - with: - java-version: '17' - distribution: 'temurin' - cache: maven + with: + java-version: '17' + distribution: 'temurin' + cache: maven - name: Set up Maven uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5 with: