diff --git a/.github/workflows/ci-for-example.yaml b/.github/workflows/ci-for-example.yaml index 3483f71..e82f336 100644 --- a/.github/workflows/ci-for-example.yaml +++ b/.github/workflows/ci-for-example.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v7 - name: Set up JDK 25 - uses: actions/setup-java@v5.6.0 + uses: actions/setup-java@v5.7.0 with: distribution: temurin java-version: 25 diff --git a/.github/workflows/ci-from-template.yaml b/.github/workflows/ci-from-template.yaml index 40dcb46..316c93a 100644 --- a/.github/workflows/ci-from-template.yaml +++ b/.github/workflows/ci-from-template.yaml @@ -47,7 +47,7 @@ jobs: echo "Working dir: $(pwd)" ls -la ./cart-service - name: Set up JDK 25 - uses: actions/setup-java@v5.6.0 + uses: actions/setup-java@v5.7.0 with: distribution: temurin java-version: 25