File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 working-directory : docker
7070 run : docker compose up -d elasticsearch &
7171
72- - uses : actions/cache@v4
72+ - uses : actions/cache@v5
7373 with :
7474 path : ~/.nuget/packages
7575 key : nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
@@ -126,7 +126,7 @@ jobs:
126126 node-version : 24
127127
128128 - name : Cache node_modules
129- uses : actions/cache@v4
129+ uses : actions/cache@v5
130130 id : cache-node-modules
131131 with :
132132 path : src/Exceptionless.Web/ClientApp/node_modules
Original file line number Diff line number Diff line change 3232 working-directory : docker
3333 run : docker compose up -d elasticsearch &
3434
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 with :
3737 path : ~/.nuget/packages
3838 key : nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
@@ -45,10 +45,10 @@ jobs:
4545 - name : Setup Node.js environment
4646 uses : actions/setup-node@v6
4747 with :
48- node-version : 22
48+ node-version : 24
4949
5050 - name : Cache node_modules
51- uses : actions/cache@v4
51+ uses : actions/cache@v5
5252 id : cache-node-modules
5353 with :
5454 path : src/Exceptionless.Web/ClientApp/node_modules
You can’t perform that action at this time.
0 commit comments