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 }}