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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 3849687  chore(deps): update actions/checkout action to v6 (#556)
3849687 is described below

commit 3849687e7a38de240bd07e75ca6956f255b7d712
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 21 09:21:40 2025 +0000

    chore(deps): update actions/checkout action to v6 (#556)
---
 .github/workflows/docker-push.yml    | 2 +-
 .github/workflows/docker-release.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docker-push.yml 
b/.github/workflows/docker-push.yml
index d74b474..10920ec 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
       - name: Set up JDK 17
         uses: actions/setup-java@v5
         with:
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 1b20379..22a4ca0 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v5
+      - uses: actions/checkout@v6
       - name: Set up JDK 17
         uses: actions/setup-java@v5
         with:

Reply via email to