File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout code
43
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
43
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
44
44
45
45
- name : Setup .NET SDK
46
46
uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
@@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
105
105
- name : Download packages
106
- uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
106
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
107
107
with :
108
108
name : packages-windows
109
109
@@ -140,7 +140,7 @@ jobs:
140
140
steps :
141
141
142
142
- name : Download packages
143
- uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
143
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
144
144
with :
145
145
name : packages-windows
146
146
@@ -163,7 +163,7 @@ jobs:
163
163
steps :
164
164
165
165
- name : Download packages
166
- uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
166
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
167
167
with :
168
168
name : packages-windows
169
169
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
jobs :
22
22
update-sdk :
23
23
name : Update .NET SDK
24
- uses : martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@9d42ad9bcbd97a74394c7273c9c616b4bf136b53 # v3.1.3
24
+ uses : martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@b5684309b4d6dd59ee955b150f5632c5f3a59f79 # v3.1.4
25
25
permissions :
26
26
contents : write
27
27
pull-requests : write
Original file line number Diff line number Diff line change 3
3
<ItemGroup >
4
4
<PackageVersion Include =" AngleSharp" Version =" 1.1.2" />
5
5
<PackageVersion Include =" JetBrains.Annotations" Version =" 2023.3.0" />
6
- <PackageVersion Include =" JustEat.HttpClientInterception" Version =" 4.2.0 " />
6
+ <PackageVersion Include =" JustEat.HttpClientInterception" Version =" 4.2.1 " />
7
7
<PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.3.0" />
8
8
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.0-preview.2.24128.4" />
9
9
<PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.0-preview.2.24128.4" />
You can’t perform that action at this time.
0 commit comments