Skip to content

Commit 0f48d29

Browse files
HavenDVclaude
andcommitted
chore: update GitHub Actions versions in CI workflow
- checkout@v4 -> v6 - setup-dotnet@v4 -> v5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2bd08e0 commit 0f48d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030

3131
- name: Setup .NET
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333

3434
- name: Install AutoSDK CLI
3535
run: dotnet tool install --global autosdk.cli --prerelease

0 commit comments

Comments
 (0)