Skip to content

Commit

Permalink
Merge pull request #608 from justintaddei/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-4.2.0

fix(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
2 parents c9d6d27 + a8dc11f commit f2e9bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache node_modules 📦
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache node_modules 📦
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Cache node_modules 📦
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit f2e9bda

Please sign in to comment.