Skip to content

Commit

Permalink
build(deps): Bump actions/setup-dotnet from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SamTherapy committed Apr 2, 2024
1 parent 113e697 commit 67e1d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- run: dotnet tool update -g docfx
Expand Down

1 comment on commit 67e1d78

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 67e1d78 Previous: 113e697 Ratio
Program+Benchmarks.DataHome 619.4546127319336 ns (± 2.9378306895818525) 180.53455511728922 ns (± 0.9950005917112744) 3.43
Program+Benchmarks.DataDirs 1043.6542892456055 ns (± 1.4621311681514628) 281.74892743428546 ns (± 1.7072634540426128) 3.70
Program+Benchmarks.DesktopDir 2793.0782063802085 ns (± 9.04176192133059) 772.0525196620396 ns (± 3.209576853350884) 3.62
Program+Benchmarks.Home 297.80466897147045 ns (± 1.0338280358480934) 88.73610854148865 ns (± 0.6878590857616962) 3.36

This comment was automatically generated by workflow using github-action-benchmark.

CC: @SamTherapy

Please sign in to comment.