Skip to content

Commit 28e7ccc

Browse files
chore: update GitHub Actions workflow to use latest action versions and improve build configuration
1 parent 9447233 commit 28e7ccc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@ on:
77

88
jobs:
99
build:
10+
name: Build All Projects
1011
runs-on: ubuntu-latest
1112

1213
strategy:
14+
fail-fast: false
1315
matrix:
1416
project:
1517
- SampleApp/BackEnd/BackEnd.csproj
1618
- SampleApp/FrontEnd/FrontEnd.csproj
1719

1820
steps:
1921
- name: Checkout repository
20-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2123

2224
- name: Setup .NET
23-
uses: actions/setup-dotnet@v2
25+
uses: actions/setup-dotnet@v4
2426
with:
2527
dotnet-version: '9.0.x'
2628

0 commit comments

Comments
 (0)