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

mbuenger 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 93c507d  Bump actions/checkout from 5 to 6 (#386)
93c507d is described below

commit 93c507d972c754d3b9f13c5b82169805d6c084d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 10:10:08 2025 +0100

    Bump actions/checkout from 5 to 6 (#386)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [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/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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/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 2d73e0a..807eccf 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@v5
+      - uses: actions/checkout@v6
       - 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