Skip to content

Commit 4daf65e

Browse files
fix(deps): bump actions/cache from 4.3.0 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f70c414 commit 4daf65e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node }}
2424

2525
- name: Cache node_modules 📦
26-
uses: actions/cache@v4.3.0
26+
uses: actions/cache@v5.0.2
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node }}
2424

2525
- name: Cache node_modules 📦
26-
uses: actions/cache@v4.3.0
26+
uses: actions/cache@v5.0.2
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -54,7 +54,7 @@ jobs:
5454
node-version: ${{ matrix.node }}
5555

5656
- name: Cache node_modules 📦
57-
uses: actions/cache@v4.3.0
57+
uses: actions/cache@v5.0.2
5858
with:
5959
path: ~/.npm
6060
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)