From 8848d151ef902976faa8806e4dafd7d62478e9fd Mon Sep 17 00:00:00 2001 From: sullis Date: Fri, 29 Mar 2024 04:17:13 -0700 Subject: [PATCH] bump setup-java to v4 (#2807) Thanks! --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'