This is an automated email from the ASF dual-hosted git repository.
zehnder 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 f90f4ada3b chore(deps): bump actions/cache from 4 to 5 (#4050)
f90f4ada3b is described below
commit f90f4ada3b74ae5f99d27bc7d20b7b1397141a84
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 07:49:51 2025 +0100
chore(deps): bump actions/cache from 4 to 5 (#4050)
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/python-docs.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/go-client-e2e-test.yml
b/.github/workflows/go-client-e2e-test.yml
index cf83cb734a..420c15cd9e 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@v1
- name: Cache Docker layers
- uses: actions/cache@v4
+ uses: actions/cache@v5
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 cfafdc2021..68da60407a 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@v4
+ uses: actions/cache@v5
with:
path: .venv
key: ${{ runner.os }}-pip-doc-${{ hashFiles('**/pyproject.toml',
'**/poetry.lock') }}