diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b25fbaad..4aa0b9ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: | - 6.0.414 - 7.0.401 + 6.0.417 + 7.0.404 - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64f78a77..2ee3bdc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 7.0.401 + dotnet-version: 7.0.404 - uses: actions/checkout@v4.1.1 - run: dotnet build --configuration Release --nologo - name: push