diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 215f062..70d1136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx - dotnet-version: 8.0.6 + dotnet-version: 8.0.x - name: 🚚 Get latest code uses: actions/checkout@v4