diff --git a/.github/workflows/runMigrations.yml b/.github/workflows/runMigrations.yml index 07985095..dc1d72b5 100644 --- a/.github/workflows/runMigrations.yml +++ b/.github/workflows/runMigrations.yml @@ -51,7 +51,7 @@ jobs: run: dotnet build - name: Install dotnet ef tool - run: dotnet tool install -g dotnet-ef --version 8.0.0 + run: dotnet tool install -g dotnet-ef --version 8.0.11 - name: Update database run: dotnet ef database update --no-build --verbose