Skip to content

Commit a0ac682

Browse files
committed
Update deps
1 parent 9803075 commit a0ac682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: versions
2828
run: dotnet run -c Release --project ChromeForTesting/ChromeForTesting.VersionManager
2929
env:
30-
VERSION_INCREMENT: '28'
30+
VERSION_INCREMENT: '29'
3131

3232
VerifyTagExists:
3333
needs:

ChromeForTesting/ChromeForTesting/ChromeForTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public partial class ChromeForTestingInstance
5050
</ItemGroup>
5151

5252
<ItemGroup>
53-
<PackageReference Include="DownloadArchive" Version="1.0.13" />
53+
<PackageReference Include="DownloadArchive" Version="1.0.14" />
5454
</ItemGroup>
5555

5656
<Import Project="buildTransitive/ChromeForTesting.props" Condition=" '$(Configuration)' == 'Debug' " />

0 commit comments

Comments
 (0)