diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73a4f02..c3fe5be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: tools: licensefinder - name: Enable NuGet cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -105,7 +105,7 @@ jobs: dotnet-version: "6.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -198,7 +198,7 @@ jobs: dotnet-version: "6.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}