Skip to content

Commit 4b01f70

Browse files
chore(deps): bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ffa141 commit 4b01f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
cache: pnpm
180180
- run: pnpm install --frozen-lockfile
181181
- run: pnpm run --filter @emdash-cms/admin... build
182-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
182+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
183183
id: playwright-cache
184184
with:
185185
path: ~/.cache/ms-playwright
@@ -222,7 +222,7 @@ jobs:
222222
cache: pnpm
223223
- run: pnpm install --frozen-lockfile
224224
- run: pnpm run --filter emdash... build
225-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
225+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
226226
id: playwright-cache
227227
with:
228228
path: ~/.cache/ms-playwright

0 commit comments

Comments
 (0)