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

dominikriemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7efa6a6d0e chore(deps): bump actions/cache from 5.0.5 to 6.1.0 (#4662)
7efa6a6d0e is described below

commit 7efa6a6d0ef9c7aecc498332e1d43088674684ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 08:25:30 2026 +0200

    chore(deps): bump actions/cache from 5.0.5 to 6.1.0 (#4662)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/go-client-e2e-test.yml   | 2 +-
 .github/workflows/java-client-e2e-test.yml | 2 +-
 .github/workflows/python-docs.yml          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/go-client-e2e-test.yml 
b/.github/workflows/go-client-e2e-test.yml
index 67893cf7eb..d2f1e97674 100644
--- a/.github/workflows/go-client-e2e-test.yml
+++ b/.github/workflows/go-client-e2e-test.yml
@@ -29,7 +29,7 @@ jobs:
         uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
 
       - name: Cache Docker layers
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           path: /tmp/.buildx-cache
           key: ${{ runner.os }}-buildx-${{ github.sha }}
diff --git a/.github/workflows/java-client-e2e-test.yml 
b/.github/workflows/java-client-e2e-test.yml
index c407d35350..612245be13 100644
--- a/.github/workflows/java-client-e2e-test.yml
+++ b/.github/workflows/java-client-e2e-test.yml
@@ -29,7 +29,7 @@ jobs:
         uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
 
       - name: Cache Docker layers
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           path: /tmp/.buildx-cache
           key: ${{ runner.os }}-buildx-${{ github.sha }}
diff --git a/.github/workflows/python-docs.yml 
b/.github/workflows/python-docs.yml
index 0f5273749d..4274c95ce1 100644
--- a/.github/workflows/python-docs.yml
+++ b/.github/workflows/python-docs.yml
@@ -48,7 +48,7 @@ jobs:
           virtualenvs-in-project: true
 
       - name: Cache Python dependencies
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           path: .venv
           key: ${{ runner.os }}-pip-doc-${{ hashFiles('**/pyproject.toml', 
'**/poetry.lock') }}

Reply via email to