Skip to content

Commit f9001fd

Browse files
Bump lint-staged from 15.2.9 to 15.5.0, actions/cache to v4.2.0 (#824)
* Bump lint-staged from 15.2.9 to 15.5.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.5.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.9...v15.5.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * actions/cache to 4.2.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominic Fraser <[email protected]>
1 parent 8a4e113 commit f9001fd

File tree

6 files changed

+95
-58
lines changed

6 files changed

+95
-58
lines changed

.github/workflows/_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Restore Cache
25-
uses: actions/cache/restore@v3.3.1
25+
uses: actions/cache/restore@v4.2.0
2626
id: npm-cache
2727
with:
2828
path: |

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Upload to Cache
30-
uses: actions/cache@v3.3.1
30+
uses: actions/cache@v4.2.0
3131
id: npm-cache
3232
with:
3333
path: |

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Upload to Cache
30-
uses: actions/cache@v3.3.1
30+
uses: actions/cache@v4.2.0
3131
id: npm-cache
3232
with:
3333
path: |

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Upload to Cache
26-
uses: actions/cache@v3.3.1
26+
uses: actions/cache@v4.2.0
2727
id: npm-cache
2828
with:
2929
path: |
@@ -58,7 +58,7 @@ jobs:
5858
registry-url: 'https://registry.npmjs.org'
5959

6060
- name: Restore Cache
61-
uses: actions/cache/restore@v3.3.1
61+
uses: actions/cache/restore@v4.2.0
6262
id: npm-cache
6363
with:
6464
path: |

0 commit comments

Comments
 (0)