Skip to content

Commit 1ceefdc

Browse files
Merge pull request #597 from justintaddei/dependabot/github_actions/actions/cache-4.2.4
fix(deps): bump actions/cache from 4.2.3 to 4.2.4
2 parents 96a9d19 + a35381d commit 1ceefdc

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

0 commit comments

Comments
 (0)