From 0a8ddcc3e966c1f9045c428f16d43a3a804f69e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:33:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4.6.0 --- .github/workflows/ClientCatcherBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ClientCatcherBuild.yml b/.github/workflows/ClientCatcherBuild.yml index ffc3cc0..1f3fdb5 100644 --- a/.github/workflows/ClientCatcherBuild.yml +++ b/.github/workflows/ClientCatcherBuild.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4.5.0 + uses: actions/setup-java@v4.6.0 with: java-version: 17 distribution: 'temurin'