From 04020fd0f44b78562f6979062364e5f8d14c81d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:02:31 +0000 Subject: [PATCH] [Tech] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-app.yml | 2 +- .github/workflows/cicd-datapipeline-prefect3.yml | 2 +- .github/workflows/cicd-datapipeline.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 57555240f9..a0495fdec6 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -148,7 +148,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-app key: ${{ runner.os }}-single-buildx-${{ github.sha }} diff --git a/.github/workflows/cicd-datapipeline-prefect3.yml b/.github/workflows/cicd-datapipeline-prefect3.yml index ebd1a187d7..fb99ada6d5 100644 --- a/.github/workflows/cicd-datapipeline-prefect3.yml +++ b/.github/workflows/cicd-datapipeline-prefect3.yml @@ -53,7 +53,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-pipeline key: ${{ runner.os }}-single-buildx-${{ github.sha }} diff --git a/.github/workflows/cicd-datapipeline.yml b/.github/workflows/cicd-datapipeline.yml index 58bec6f1a9..c4c7eb80eb 100644 --- a/.github/workflows/cicd-datapipeline.yml +++ b/.github/workflows/cicd-datapipeline.yml @@ -54,7 +54,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache-pipeline key: ${{ runner.os }}-single-buildx-${{ github.sha }}