diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 229a191c4f..692738de40 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout project uses: actions/checkout@v4 - name: Set Java up in the runner - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '8' distribution: 'temurin'