diff --git a/.github/workflows/deploy-to-gcp-cloud-run.yml b/.github/workflows/deploy-to-gcp-cloud-run.yml index 2e771bf..42ab260 100644 --- a/.github/workflows/deploy-to-gcp-cloud-run.yml +++ b/.github/workflows/deploy-to-gcp-cloud-run.yml @@ -28,7 +28,7 @@ jobs: - name: 'Setup .NET (for testing)' uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: 'Restore dependencies (for testing)' run: dotnet restore