File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Checkout
3838 uses : actions/checkout@v7
3939 - name : NuGet cache
40- uses : actions/cache@v5
40+ uses : actions/cache@v6
4141 with :
4242 key : ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
4343 path : ${{ env.NUGET_PACKAGES }}
7676 - name : Set up .NET SDK
7777 uses : actions/setup-dotnet@v5
7878 - name : NuGet cache
79- uses : actions/cache@v5
79+ uses : actions/cache@v6
8080 with :
8181 key : ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
8282 path : ${{ env.NUGET_PACKAGES }}
Original file line number Diff line number Diff line change 3535 - name : Set up .NET SDK
3636 uses : actions/setup-dotnet@v5
3737 - name : NuGet cache
38- uses : actions/cache@v5
38+ uses : actions/cache@v6
3939 with :
4040 key : ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
4141 path : ${{ env.NUGET_PACKAGES }}
You can’t perform that action at this time.
0 commit comments