File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 uses : oven-sh/setup-bun@v2.0.2
2626
2727 - name : Use cached node_modules
28- uses : actions/cache@v5.0.2
28+ uses : actions/cache@v5.0.3
2929 with :
3030 path : node_modules
3131 key : node-modules-${{ hashFiles('**/bun.lock') }}
5151 uses : oven-sh/setup-bun@v2.0.2
5252
5353 - name : Use cached node_modules
54- uses : actions/cache@v5.0.2
54+ uses : actions/cache@v5.0.3
5555 with :
5656 path : node_modules
5757 key : node-modules-${{ hashFiles('**/bun.lock') }}
7474 uses : oven-sh/setup-bun@v2.0.2
7575
7676 - name : Use cached node_modules
77- uses : actions/cache@v5.0.2
77+ uses : actions/cache@v5.0.3
7878 with :
7979 path : node_modules
8080 key : node-modules-${{ hashFiles('**/bun.lock') }}
@@ -104,7 +104,7 @@ jobs:
104104 uses : oven-sh/setup-bun@v2.0.2
105105
106106 - name : Use cached node_modules
107- uses : actions/cache@v5.0.2
107+ uses : actions/cache@v5.0.3
108108 with :
109109 path : node_modules
110110 key : node-modules-${{ hashFiles('**/bun.lock') }}
You can’t perform that action at this time.
0 commit comments