Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/azuredeploy.bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true
# Setup DotNet 9.0 Environment for Tests
- name: Setup DotNet 9.0 Environment for Tests
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0
# Install Coverlet Console
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
echo "AZURE_FUNCTIONAPP_ENDPOINT=${{ steps.bicep.outputs.functionAppEndpoint }}" >> $GITHUB_ENV
# Deploy to Azure Functions
- name: Setup DotNet 8.0 Environment
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0
- name: 'Resolve Project Dependencies Using Dotnet'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: cat src/Blazor.WebAssembly/wwwroot/appsettings.json
# Deploy to Azure Static Web Apps
- name: Setup DotNet 9.0 Environment
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0
- name: Deploy
Expand Down