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 3aac291  chore(deps): update actions/checkout action to v5 (#503)
3aac291 is described below

commit 3aac291976e7bbe036805848efebc5f036c48890
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Tue Aug 12 10:39:45 2025 +0200

    chore(deps): update actions/checkout action to v5 (#503)
---
 .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 7a8d6f0..132815f 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@v4
+      - uses: actions/checkout@v5
       - name: Set up JDK 17
         uses: actions/setup-java@v4
         with:
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index d9fc98c..409d464 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@v4
+      - uses: actions/checkout@v5
       - name: Set up JDK 17
         uses: actions/setup-java@v4
         with:

Reply via email to