Skip to content

Commit 8576c7d

Browse files
authored
Update GitHub Actions workflows. (#1080)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 6f5f171fa0446a7d4a5ae4e07adc6f8cc5f994c7.
1 parent 4e1cb86 commit 8576c7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
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')

devbox.json

Lines changed: 1 addition & 1 deletion
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
],

examples/record/csharp/csharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)