diff --git a/.github/actions/setup-dotnet-build/action.yml b/.github/actions/setup-dotnet-build/action.yml index 30a16e8..044946d 100644 --- a/.github/actions/setup-dotnet-build/action.yml +++ b/.github/actions/setup-dotnet-build/action.yml @@ -16,7 +16,7 @@ runs: dotnet-version: ${{ inputs.dotnet-version }} - name: Cache NuGet packages - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.nuget/packages key: nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }}