Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#701)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 6f5f171fa0446a7d4a5ae4e07adc6f8cc5f994c7.
  • Loading branch information
pulumi-bot authored Feb 27, 2025
1 parent b2de832 commit 037dc16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
if: inputs.tools == 'all' || contains(inputs.tools, 'dotnet')
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Setup Python
if: inputs.tools == 'all' || contains(inputs.tools, 'python')
Expand Down
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"[email protected].",
"nodejs@20.",
"[email protected]",
"dotnet-sdk@6.0.",
"dotnet-sdk@8.0.",
"[email protected]",
"curl@8"
],
Expand Down
2 changes: 1 addition & 1 deletion examples/realm/csharp/csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down

0 comments on commit 037dc16

Please sign in to comment.