From 3cb58b5fe443c6ea6c8d7e7429f4a9d25a560135 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 08:14:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3 --- .github/workflows/java-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 05af556be..c15686393 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: distribution: temurin java-version: 17 @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v3 with: distribution: temurin java-version: 17