|
|
|
@ -15,7 +15,7 @@ jobs:
|
|
|
|
|
node-version: '18'
|
|
|
|
|
|
|
|
|
|
- name: NodeModules Cache
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|
uses: actions/cache@v4
|
|
|
|
|
with:
|
|
|
|
|
path: '**/node_modules'
|
|
|
|
|
key: node_modules-${{ hashFiles('**/yarn.lock') }}
|
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
|
dotnet-version: '8.0.x'
|
|
|
|
|
|
|
|
|
|
- name: Nuget Cache
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|
uses: actions/cache@v4
|
|
|
|
|
with:
|
|
|
|
|
path: ~/.nuget/packages
|
|
|
|
|
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
|
|
|
@ -112,7 +112,7 @@ jobs:
|
|
|
|
|
dotnet-version: '5.0.x'
|
|
|
|
|
|
|
|
|
|
- name: Nuget Cache
|
|
|
|
|
uses: actions/cache@v2
|
|
|
|
|
uses: actions/cache@v4
|
|
|
|
|
with:
|
|
|
|
|
path: ~/.nuget/packages
|
|
|
|
|
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
|
|
|
|