From 8aa52ec75b152495466f8f217dae193f1bd3919b Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Mon, 4 Dec 2023 17:44:56 -0500 Subject: [PATCH] ci: update actions/setup-java to v4 --- .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 71e34fe4..d4c0a99c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: ${{ matrix.java }}