diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 203a23329..f599f28b1 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -18,7 +18,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt'