@@ -26,14 +26,14 @@ jobs:
2626 container : dockfool/cake-docker:latest
2727 steps :
2828 - name : Checkout source
29- 29+ 3030 with :
3131 fetch-depth : 0
3232 filter : tree:0
3333 show-progress : false
3434
3535 - name : Cache packages
36- 36+ 3737 with :
3838 path : ${{ env.NUGET_PACKAGES }}
3939 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -46,20 +46,20 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout source
49- 49+ 5050 with :
5151 fetch-depth : 0
5252 filter : tree:0
5353 show-progress : false
5454
5555 - name : Install dotnet
56- uses : actions/setup-dotnet@v4.0.1
56+ uses : actions/setup-dotnet@v4.1.0
5757 with :
5858 # renovate: datasource=dotnet depName=dotnet-sdk
5959 dotnet-version : 8.0.403
6060
6161 - name : Cache packages
62- 62+ 6363 with :
6464 path : ${{ env.NUGET_PACKAGES }}
6565 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -72,20 +72,20 @@ jobs:
7272 runs-on : macos-latest
7373 steps :
7474 - name : Checkout source
75- 75+ 7676 with :
7777 fetch-depth : 0
7878 filter : tree:0
7979 show-progress : false
8080
8181 - name : Install dotnet
82- uses : actions/setup-dotnet@v4.0.1
82+ uses : actions/setup-dotnet@v4.1.0
8383 with :
8484 # renovate: datasource=dotnet depName=dotnet-sdk
8585 dotnet-version : 8.0.403
8686
8787 - name : Cache packages
88- 88+ 8989 with :
9090 path : ${{ env.NUGET_PACKAGES }}
9191 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
@@ -98,20 +98,20 @@ jobs:
9898 runs-on : windows-latest
9999 steps :
100100 - name : Checkout source
101- 101+ 102102 with :
103103 fetch-depth : 0
104104 filter : tree:0
105105 show-progress : false
106106
107107 - name : Install dotnet
108- uses : actions/setup-dotnet@v4.0.1
108+ uses : actions/setup-dotnet@v4.1.0
109109 with :
110110 # renovate: datasource=dotnet depName=dotnet-sdk
111111 dotnet-version : 8.0.403
112112
113113 - name : Cache packages
114- 114+ 115115 with :
116116 path : ${{ env.NUGET_PACKAGES }}
117117 key : ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
0 commit comments