From efdc2e019982a863aa477bc6f0285c20dfe49348 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Mon, 1 May 2023 07:54:14 +0300 Subject: [PATCH] Bump setup-java to v3 (#278) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index aa97e0d..946be3c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: temurin java-version: 11