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 d83b9c3 chore(deps): update actions/checkout action to v7 (#638)
d83b9c3 is described below
commit d83b9c321530b1948c1f2c946353d28bfcaea8d6
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jul 6 17:12:00 2026 +0100
chore(deps): update actions/checkout action to v7 (#638)
---
.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 674a379..85f4e53 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@v6
+ - uses: actions/checkout@v7
- 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 9045476..342051b 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@v6
+ - uses: actions/checkout@v7
- name: Set up JDK 17
uses: actions/setup-java@v5
with: