From c112f702b3e48bc92f174361896220947ff35c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:15:05 +0100 Subject: [PATCH] ci: bump actions/cache from 5.0.0 to 5.0.1 (#18823) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-api-docs.yml | 2 +- .github/workflows/ci-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-api-docs.yml b/.github/workflows/ci-api-docs.yml index 00fa817e37..d40910e5a5 100644 --- a/.github/workflows/ci-api-docs.yml +++ b/.github/workflows/ci-api-docs.yml @@ -41,7 +41,7 @@ jobs: - working-directory: website/ name: Install Dependencies run: npm ci - - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 with: path: | ${{ github.workspace }}/website/api/.docusaurus diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index e88cf8f6d8..52c31eda99 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -201,7 +201,7 @@ jobs: run: | docker compose -f tests/e2e/docker-compose.yml up -d --quiet-pull - id: cache-web - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'package-lock.json', 'web/src/**', 'web/packages/sfe/src/**') }}-b