Skip to content

Commit

Permalink
Merge pull request #34 from sualeh/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
sualeh authored Apr 14, 2024
2 parents 03bb681 + a0226a4 commit 42847c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
compile
- id: prepare-dotnet-build
name: Prepare .NET build
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- id: build-dotnet
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
compile
- id: prepare-dotnet-build
name: Prepare .NET build
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- id: build-dotnet
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
test
- id: prepare-dotnet-build
name: Prepare .NET build
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- id: build-dotnet
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
test
- id: prepare-dotnet-build
name: Prepare .NET build
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- id: build-dotnet
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
test
- id: prepare-dotnet-build
name: Prepare .NET build
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- id: build-dotnet
Expand Down

0 comments on commit 42847c0

Please sign in to comment.