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

pjfanning pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/pekko-http-quickstart-java.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new c722cf7  Bump actions/setup-java from 6.0.0 to 6.0.1 (#65)
c722cf7 is described below

commit c722cf734eeefbb2fbd61e258cabc3bf8310f06e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 12 09:06:24 2026 +0100

    Bump actions/setup-java from 6.0.0 to 6.0.1 (#65)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
6.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9b40a53..cb5ac1a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Setup Java 17
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: temurin
           java-version: 17
@@ -47,7 +47,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Setup Java 17
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: temurin
           java-version: 17


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

Reply via email to