Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
cache: npm
node-version-file: .nvmrc
- name: Cache Stryker incremental report
uses: actions/cache@v5.0.3
uses: actions/cache@v5.0.4
with:
path: .cache/stryker-incremental-unit.json
key: mutation-unit-${{ github.run_number }}
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
cache: npm
node-version-file: .nvmrc
- name: Cache Stryker incremental report
uses: actions/cache@v5.0.3
uses: actions/cache@v5.0.4
with:
path: .cache/stryker-incremental-integration.json
key: mutation-integration-${{ github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1

actions/cache@v5.0.3 9j/LRKexFfxHWzVbStH0MAw4ePL9cNrhLNSjmONs+Is=
actions/cache@v5.0.4 qpeqygfGXcug4Nan99Hy7F8Sgh+FEdCD2YCZC8LYmg0=
actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 lqcOZgWyTneOKF0riqdP6+vaHfT8MJqXvjKe4fdsTjs=
actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd s/NQMxIFsmRFac7hJyF3QlZIJ3YbGpNiS5zPtPJgB1s=
actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 e6ng7MJDyAPkTZ/6d/plZK2YhZRzJZvxhYAPUPpNAzc=
Expand Down
Loading