diff --git a/.github/workflows/azure-static-web-apps-thankful-tree-04c884503.yml b/.github/workflows/azure-static-web-apps-thankful-tree-04c884503.yml index 500038b..8e5cfb4 100644 --- a/.github/workflows/azure-static-web-apps-thankful-tree-04c884503.yml +++ b/.github/workflows/azure-static-web-apps-thankful-tree-04c884503.yml @@ -15,9 +15,13 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-dotnet@v2 with: - submodules: true + dotnet-version: '7.0.x' + include-prerelease: true + - run: + dotnet workload restore - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1