Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/DeployBlazorClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
environment: dev
name: Build and Deploy Job
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true
- name: Build And Deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/DeployEverything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ./terraform

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Log in with Azure
uses: azure/login@v2
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
name: Build API Server
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
name: Build and Deploy Blazor Client
needs: deploy_terraform
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: true
- name: Log in with Azure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DeployServerWebAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down
Loading