From 03b23b87e07db5892ede0d0f7cd3eb182b8915b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:49:09 +0100 Subject: [PATCH] ci: bump actions/cache from 5.0.3 to 5.0.4 (#21002) Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-api-docs.yml | 2 +- .github/workflows/ci-main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-api-docs.yml b/.github/workflows/ci-api-docs.yml index 50fb805357..4d5365834f 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ${{ github.workspace }}/website/api/.docusaurus diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 5bb0c264c8..1c2ff1bf65 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -232,7 +232,7 @@ jobs: run: | docker compose -f tests/e2e/compose.yml up -d --quiet-pull - id: cache-web - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'package-lock.json', 'web/src/**', 'web/packages/sfe/src/**') }}-b @@ -275,7 +275,7 @@ jobs: run: | docker compose -f tests/openid_conformance/compose.yml up -d --quiet-pull - id: cache-web - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: web/dist key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'web/src/**', 'web/packages/sfe/src/**') }}-b