Skip to content

Commit

Permalink
Merge pull request #198 from droidsolutions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-dotnet-4.0.0

ci: bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
Kampfmoehre authored Feb 16, 2024
2 parents 4b2c548 + 54d67c7 commit c224474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: "7.0.x"
- run: dotnet build
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: "7.0.x"
- run: dotnet test /p:CollectCoverage=true
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: "7.0.x"
- name: Install packages
Expand Down

0 comments on commit c224474

Please sign in to comment.