Skip to content

Commit 2cf9b12

Browse files
Merge pull request #201 from dermatologist/dependabot/github_actions/actions/cache-4.2.3
chore(deps): bump actions/cache from 3.3.2 to 4.2.3
2 parents 74af4c9 + 1540f3e commit 2cf9b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 12.x
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v3.3.2
27+
uses: actions/cache@v4.2.3
2828
with:
2929
path: node_modules
3030
key: nodeModules-${{ hashFiles('**/package-lock.lock') }}

0 commit comments

Comments
 (0)