diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dcf6481e..4161a5b0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,13 +11,13 @@ jobs: runs-on: macos-latest env: SLN_FILE: Fabulous-NoSamples.sln - VERSION: 2.0.7 + VERSION: 2.0.8 steps: - uses: actions/checkout@v2 - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.400 + dotnet-version: 6.0.401 - name: Restore run: dotnet restore ${SLN_FILE} - name: Build diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 89f9169f7..80c4f57c9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.400 + dotnet-version: 6.0.401 - name: Check code formatting run: | dotnet tool restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ed9c2fa6..1fcb9bb78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.400 + dotnet-version: 6.0.401 - name: Restore run: dotnet restore ${SLN_FILE} - name: Build