From b368c7ba4d44b91df172655072507ed591cb244d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:24:45 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e305f5..9dc767c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: npm ci - - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -45,7 +45,7 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -64,7 +64,7 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -83,7 +83,7 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -102,14 +102,14 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} - run: npm run build - - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: dist key: dist-${{ github.sha }} @@ -129,12 +129,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: dist key: dist-${{ github.sha }} @@ -153,7 +153,7 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -172,7 +172,7 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} @@ -191,12 +191,12 @@ jobs: with: node-version: 22 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: node_modules key: node-modules-${{ hashFiles('package-lock.json') }} - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: dist key: dist-${{ github.sha }}