Skip to content

Commit

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

ci: bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Loading branch information
Kampfmoehre authored Jul 24, 2024
2 parents 03298d8 + 1d653f0 commit c622038
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/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: "8.0.x"
- run: dotnet build
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: "8.0.x"
- name: Install packages
Expand Down

0 comments on commit c622038

Please sign in to comment.