diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index eb8c003ae..fa268a672 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,7 +14,7 @@ jobs: os: [windows-latest, ubuntu-latest] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-dotnet@v5 with: dotnet-version: 8.0.x