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

raboof pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/pekko-grpc-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new 7aee7b4  Bump actions/checkout from 5 to 7 (#49)
7aee7b4 is described below

commit 7aee7b40adb32fbe8d5c7ec09c1a514156aaea35
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 09:19:05 2026 +0200

    Bump actions/checkout from 5 to 7 (#49)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7.
    - [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...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      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/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 667b241..0ca5d74 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v7
 
       - name: Set up JDK 17
         uses: actions/setup-java@v5


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to