diff --git a/.github/workflows/build-and-run-example-project.yml b/.github/workflows/build-and-run-example-project.yml index 1292f5e0..ca90ff7d 100644 --- a/.github/workflows/build-and-run-example-project.yml +++ b/.github/workflows/build-and-run-example-project.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v5 - name: Set up JDK 8 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'temurin' @@ -69,7 +69,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 8 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'temurin' @@ -136,7 +136,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'temurin' @@ -265,7 +265,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'temurin' diff --git a/.github/workflows/deploy-to-maven-central.yml b/.github/workflows/deploy-to-maven-central.yml index 48b232b1..15fb3b01 100644 --- a/.github/workflows/deploy-to-maven-central.yml +++ b/.github/workflows/deploy-to-maven-central.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v5 - name: Set Up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e26e5299..7b4bea16 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up JDK 8 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/spring-javaformat-validate.yml b/.github/workflows/spring-javaformat-validate.yml index 748d5040..d1591875 100644 --- a/.github/workflows/spring-javaformat-validate.yml +++ b/.github/workflows/spring-javaformat-validate.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v5 - name: Set up JDK 8 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'temurin'