diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f73f5a3..d24c372 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: JDK 21 uses: actions/setup-java@v4 with: