diff --git a/.github/workflows/ClientCatcherBuild.yml b/.github/workflows/ClientCatcherBuild.yml index 687622b..ffc3cc0 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.0.0 + uses: actions/setup-java@v4.5.0 with: java-version: 17 distribution: 'temurin'