diff --git a/.github/workflows/ci-dotnet-fast.yml b/.github/workflows/ci-dotnet-fast.yml index 81f58d8..cc27937 100644 --- a/.github/workflows/ci-dotnet-fast.yml +++ b/.github/workflows/ci-dotnet-fast.yml @@ -56,7 +56,7 @@ jobs: dotnet-quality: ${{ inputs.dotnet-quality }} - name: NuGet cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files