Skip to content

Commit 34b9a42

Browse files
committed
test
1 parent 191abd7 commit 34b9a42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ runs:
2020
git tag --list
2121
- uses: actions/setup-dotnet@v4
2222
with:
23+
dotnet-version: 9.0.204
2324
global-json-file: global.json
2425

2526
- id: dotnet
@@ -37,4 +38,4 @@ runs:
3738
cache: npm
3839
cache-dependency-path: src/Elastic.Markdown/package-lock.json
3940
node-version-file: .nvmrc
40-
41+

0 commit comments

Comments
 (0)