diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9340381b..30f68563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: neo4j-image: [ "neo4j:4.4", "neo4j:4.4-enterprise", "neo4j:5", "neo4j:5-enterprise", "neo4j:2025", "neo4j:2025-enterprise" ] name: Build and test with ${{ matrix.neo4j-image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Java uses: actions/setup-java@v5