From c4e9365021768665b13abc87c9371b17c96875af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:18:01 +0000 Subject: [PATCH] ci(deps): update actions/setup-java action to v4.2.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d61001..73800a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Install Scala - uses: actions/setup-java@v4.2.0 + uses: actions/setup-java@v4.2.1 with: distribution: 'adopt' java-version: ${{ matrix.java }}