diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a8fc64e..914ef81 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: token: ${{ secrets.TC_CLOUD_TOKEN }} - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin'