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 ff1dee49c6 chore(deps): bump actions/cache from 5 to 5.0.5 (#4626)
ff1dee49c6 is described below
commit ff1dee49c6f1bb051d001238acaba6ae1b6c6157
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 09:37:15 2026 +0200
chore(deps): bump actions/cache from 5 to 5.0.5 (#4626)
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 8c3bf1f97c..f8337c9552 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/cache@v5
+ 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 47e810c3eb..216d80cbd3 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/cache@v5
+ 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 8a4f92d12b..aebb7b20fe 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/cache@v5
+ uses: actions/[email protected]
with:
path: .venv
key: ${{ runner.os }}-pip-doc-${{ hashFiles('**/pyproject.toml',
'**/poetry.lock') }}