Skip to content

Commit

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

ci: bump actions/setup-dotnet from 4.0.1 to 4.1.0
  • Loading branch information
Kampfmoehre authored Oct 28, 2024
2 parents 5bfb6b4 + d220e2b commit c872d28
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@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: "8.0.x"
- run: dotnet build
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: "8.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@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: "8.0.x"
- name: Install packages
Expand Down

0 comments on commit c872d28

Please sign in to comment.