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

jzemerick pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b25aaf  Bump actions/checkout from 6.0.0 to 6.0.1 (#391)
3b25aaf is described below

commit 3b25aaf24e810d1313a1deee91611e90447158c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 17:24:09 2025 -0500

    Bump actions/checkout from 6.0.0 to 6.0.1 (#391)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 
6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/license.yaml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index 1c62083..63051ae 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
       - name: Set up JDK 21
         uses: actions/setup-java@v5
         with:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9a1c3a8..3ef6601 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
             experimental: true
 
     steps:
-    - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
+    - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
     - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
       with:
         path: ~/.m2/repository

Reply via email to