Skip to content

Commit 0dfcc00

Browse files
committed
chore: removes version target as oai.net GAed
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent 04f8a1a commit 0dfcc00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/metadata-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
dotnet-version: 9.x
3838

39-
- run: dotnet tool install --global Microsoft.OpenApi.Hidi --version 2.0.0-preview.31
39+
- run: dotnet tool install --global Microsoft.OpenApi.Hidi
4040
name: Install Hidi
4141

4242
- name: Validate latest XSLT rules

.github/workflows/openapi-parser-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
dotnet-version: 9.x
3838

39-
- run: dotnet tool install --global Microsoft.OpenApi.Hidi --version 2.0.0-preview.31
39+
- run: dotnet tool install --global Microsoft.OpenApi.Hidi
4040
name: Install Hidi
4141

4242
- name: Validate latest OpenAPI docs

0 commit comments

Comments
 (0)