diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd7282db81..ab2a143dd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run --filter @emdash-cms/admin... build - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -222,7 +222,7 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run --filter emdash... build - - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: playwright-cache with: path: ~/.cache/ms-playwright