Skip to content

Commit 1c19d53

Browse files
fix(deps): bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00db49d commit 1c19d53

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@v5.0.5
26+
uses: actions/cache@v6.1.0
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@v5.0.5
26+
uses: actions/cache@v6.1.0
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@v5.0.5
57+
uses: actions/cache@v6.1.0
5858
with:
5959
path: ~/.npm
6060
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)