This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git

commit b5710a9e89674fd4990d0fa8fe2318f4f477d5bb
Merge: cb651e0 b13d467
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Dec 19 10:32:12 2025 +0000

    Merge pull request #18 from 
apache/dependabot/github_actions/actions/checkout-6
    
    Bump actions/checkout from 5 to 6

 .github/workflows/ci.yml     | 2 +-
 .github/workflows/codeql.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/ci.yml
index 8605776,c4befbe..c0a9327
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@@ -32,9 -32,9 +32,9 @@@ jobs
      runs-on: ubuntu-latest
      steps:
      - name: Checkout
-       uses: actions/checkout@v5
+       uses: actions/checkout@v6
      - name: Cache Maven Repository
 -      uses: actions/cache@v4
 +      uses: actions/cache@v5
        with:
          path: ~/.m2/repository
          key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

Reply via email to