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