Skip to content

Commit 11b97ec

Browse files
Update github-event-processor ver to 1.0.0-dev.20240229.2 (#22489)
Co-authored-by: James Suplizio <[email protected]>
1 parent c13b72d commit 11b97ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: >
5656
dotnet tool install
5757
Azure.Sdk.Tools.GitHubEventProcessor
58-
--version 1.0.0-dev.20240227.2
58+
--version 1.0.0-dev.20240229.2
5959
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
6060
--global
6161
shell: bash

.github/workflows/scheduled-event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: >
3737
dotnet tool install
3838
Azure.Sdk.Tools.GitHubEventProcessor
39-
--version 1.0.0-dev.20240227.2
39+
--version 1.0.0-dev.20240229.2
4040
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
4141
--global
4242
shell: bash

0 commit comments

Comments
 (0)