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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 12084a1  Bump actions/checkout from 6 to 7
12084a1 is described below

commit 12084a124939d08d8e1669f70f45df188695172e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 01:02:18 2026 +0000

    Bump actions/checkout from 6 to 7
    
    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]>
---
 .github/workflows/shellcheck-posix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/shellcheck-posix.yml 
b/.github/workflows/shellcheck-posix.yml
index 807eccf..087ec83 100644
--- a/.github/workflows/shellcheck-posix.yml
+++ b/.github/workflows/shellcheck-posix.yml
@@ -31,7 +31,7 @@ jobs:
       # SC2009: Don't consider pgrep, not available everywhere; 
https://www.shellcheck.net/wiki/SC2009
       SHELLCHECK_OPTS: '-e SC1091 -e SC2009'
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@v7
       - name: download
         run: |
           curl --silent --fail --show-error --retry 2 --retry-delay 1 
--connect-timeout 5 --location --url 
"https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION}/shellcheck-v${SHELLCHECK_VERSION}.linux.x86_64.tar.xz";
 -o shellcheck-v${SHELLCHECK_VERSION}.tar.xz

Reply via email to