Skip to content

Commit 5acb067

Browse files
fix(deps): 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 712e908 commit 5acb067

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

0 commit comments

Comments
 (0)