We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd41dc commit c25feebCopy full SHA for c25feeb
.github/workflows/bootstrap/action.yml
@@ -13,9 +13,8 @@ runs:
13
14
# Install .NET version as mandated by global.json
15
- uses: actions/setup-dotnet@v4
16
- with: |
17
- 8.0.x
18
- 6.0.x
+ with:
+ global-json-file: global.json
19
20
# Setup git config
21
- uses: elastic/oblt-actions/git/setup@v1
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "8.0.100",
+ "version": "9.0.100",
4
"rollForward": "latestFeature",
5
"allowPrerelease": false
6
}
0 commit comments