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

pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aa26819924 Bump actions/checkout from 6 to 7 (#1147)
aa26819924 is described below

commit aa268199243921dd0d9e1dc8d96cc06331280c94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 15:44:16 2026 +0100

    Bump actions/checkout from 6 to 7 (#1147)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/test-ant.yml    | 2 +-
 .github/workflows/test-gradle.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml
index bc1b10c05b..b38ec1af53 100644
--- a/.github/workflows/test-ant.yml
+++ b/.github/workflows/test-ant.yml
@@ -22,7 +22,7 @@ jobs:
 
     name: Java ${{ matrix.java }} build
     steps:
-    - uses: actions/checkout@v6
+    - uses: actions/checkout@v7
 
     - name: Setup java ${{ matrix.java }}
       uses: actions/setup-java@v5
diff --git a/.github/workflows/test-gradle.yml 
b/.github/workflows/test-gradle.yml
index bbe0a1b863..069c734f49 100644
--- a/.github/workflows/test-gradle.yml
+++ b/.github/workflows/test-gradle.yml
@@ -24,7 +24,7 @@ jobs:
 
     name: Java ${{ matrix.java }} build
     steps:
-    - uses: actions/checkout@v6
+    - uses: actions/checkout@v7
 
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v5


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to