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 66a4752  chore(deps): update actions/checkout action to v4 (#229)
66a4752 is described below

commit 66a4752a4f59524fcc9ecb98da5cf2551ca10295
Author: Mend Renovate <b...@renovateapp.com>
AuthorDate: Mon Sep 11 12:27:28 2023 +0200

    chore(deps): update actions/checkout action to v4 (#229)
---
 .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 489bb92..0925eb2 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@v3
+      - uses: actions/checkout@v4
       - name: Set up JDK 17
         uses: actions/setup-java@v3
         with:
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 6a43fe5..d42fed4 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@v3
+      - uses: actions/checkout@v4
       - name: Set up JDK 17
         uses: actions/setup-java@v3
         with:

Reply via email to