Merge pull request #1365 from bryanthaboi/dependabot/github_actions/actions/setup-dotnet-6

build(deps): bump actions/setup-dotnet from 4 to 6
This commit is contained in:
bryanthaboi
2026-08-15 16:51:14 -04:00
committed by GitHub
+1 -1
View File
@@ -262,7 +262,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v7 - uses: actions/checkout@v7
- name: Setup .NET 8 - name: Setup .NET 8
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v6
with: with:
dotnet-version: "8.0.x" dotnet-version: "8.0.x"
- name: Publish gen1tls (win-x64 Native AOT) - name: Publish gen1tls (win-x64 Native AOT)