Skip to content

Commit ec9e9ee

Browse files
authored
[internal] Update GitHub Actions workflow files (#157)
1 parent 650d084 commit ec9e9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/actions/setup-tools/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
if: inputs.tools == 'all' || contains(inputs.tools, 'dotnet')
6969
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
7070
with:
71-
dotnet-version: 6.0.x
71+
dotnet-version: 8.0.x
7272

7373
- name: Setup Python
7474
if: inputs.tools == 'all' || contains(inputs.tools, 'python')

Diff for: devbox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
"nodejs@20.",
77
8-
"dotnet-sdk@6.0.",
8+
"dotnet-sdk@8.0.",
99
1010
"curl@8"
1111
],

0 commit comments

Comments
 (0)