Skip to content

Commit e253daa

Browse files
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/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](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42f503e commit e253daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
cache: npm
318318
node-version-file: .nvmrc
319319
- name: Cache Stryker incremental report
320-
uses: actions/cache@v5.0.3
320+
uses: actions/cache@v5.0.4
321321
with:
322322
path: .cache/stryker-incremental-unit.json
323323
key: mutation-unit-${{ github.run_number }}
@@ -353,7 +353,7 @@ jobs:
353353
cache: npm
354354
node-version-file: .nvmrc
355355
- name: Cache Stryker incremental report
356-
uses: actions/cache@v5.0.3
356+
uses: actions/cache@v5.0.4
357357
with:
358358
path: .cache/stryker-incremental-integration.json
359359
key: mutation-integration-${{ github.run_number }}

0 commit comments

Comments
 (0)