Skip to content

Commit ef8ea66

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 93f9e58 commit ef8ea66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454

5555
- name: Setup .NET
56-
uses: actions/setup-dotnet@v4
56+
uses: actions/setup-dotnet@v5
5757

5858
- name: Install AutoSDK CLI
5959
run: dotnet tool install --global autosdk.cli --prerelease

0 commit comments

Comments
 (0)