Skip to content

Commit 3fd1780

Browse files
Merge pull request #1 from Gaming-tech-cyber/dependabot/github_actions/actions/cache-5.0.5
chore(deps): bump actions/cache from 5.0.4 to 5.0.5
2 parents de27dd7 + 4b01f70 commit 3fd1780

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)