diff --git a/.github/workflows/advanced-config-codeql.yml b/.github/workflows/advanced-config-codeql.yml index ef10ed1..68525f1 100644 --- a/.github/workflows/advanced-config-codeql.yml +++ b/.github/workflows/advanced-config-codeql.yml @@ -65,7 +65,7 @@ jobs: # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: 'microsoft' java-version: '17' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67eebe8..54e6bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 19 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '19' distribution: 'adopt'