diff --git a/.github/workflows/ci-for-example.yaml b/.github/workflows/ci-for-example.yaml index cf12792..3483f71 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 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: 25 diff --git a/.github/workflows/ci-from-template.yaml b/.github/workflows/ci-from-template.yaml index e868505..40dcb46 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 + uses: actions/setup-java@v5.6.0 with: distribution: temurin java-version: 25