File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
114
114
restore-keys : |
115
115
${{ runner.os }}-pip-
116
- - uses : actions/setup-dotnet@v3
116
+ - uses : actions/setup-dotnet@v4
117
117
if : ${{ matrix.language == 'dotnet' }}
118
118
with :
119
119
dotnet-version : ' 6.0.405'
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
131
131
restore-keys : |
132
132
${{ runner.os }}-pip-
133
- - uses : actions/setup-dotnet@v3
133
+ - uses : actions/setup-dotnet@v4
134
134
if : ${{ matrix.language == 'dotnet' }}
135
135
with :
136
136
dotnet-version : ' 6.0.405'
Original file line number Diff line number Diff line change 70
70
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
71
71
restore-keys : |
72
72
${{ runner.os }}-pip-
73
- - uses : actions/setup-dotnet@v3
73
+ - uses : actions/setup-dotnet@v4
74
74
if : ${{ matrix.language == 'dotnet' }}
75
75
with :
76
76
dotnet-version : ' 6.0.405'
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-go-${{ hashFiles('**/go.sum') }}
124
124
restore-keys : |
125
125
${{ runner.os }}-pip-
126
- - uses : actions/setup-dotnet@v3
126
+ - uses : actions/setup-dotnet@v4
127
127
if : ${{ matrix.language == 'dotnet' }}
128
128
with :
129
129
dotnet-version : ' 6.0.405'
You can’t perform that action at this time.
0 commit comments