Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit d4fd5ca

Browse files
chore(deps): update thorstensauter/dotnet-actions action to v2.1.1 (#308)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ThorstenSauter/dotnet-actions](https://redirect.github.com/ThorstenSauter/dotnet-actions) | action | minor | `v2.0.0` -> `v2.1.1` | --- ### Release Notes <details> <summary>ThorstenSauter/dotnet-actions (ThorstenSauter/dotnet-actions)</summary> ### [`v2.1.1`](https://redirect.github.com/ThorstenSauter/dotnet-actions/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/ThorstenSauter/dotnet-actions/compare/v2.1.0...v2.1.1) #### What's Changed - fix: add --with-deps flag to Playwright browser installation by [@&#8203;ThorstenSauter](https://redirect.github.com/ThorstenSauter) in [#&#8203;27](https://redirect.github.com/ThorstenSauter/dotnet-actions/pull/27) **Full Changelog**: <ThorstenSauter/dotnet-actions@v2.1.0...v2.1.1> ### [`v2.1.0`](https://redirect.github.com/ThorstenSauter/dotnet-actions/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/ThorstenSauter/dotnet-actions/compare/v2.0.0...v2.1.0) #### What's Changed - chore(deps): update danielpalme/reportgenerator-github-action action to v5.5.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;23](https://redirect.github.com/ThorstenSauter/dotnet-actions/pull/23) - chore(deps): update actions/setup-dotnet action to v5.0.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;24](https://redirect.github.com/ThorstenSauter/dotnet-actions/pull/24) - chore(deps): update danielpalme/reportgenerator-github-action action to v5.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;25](https://redirect.github.com/ThorstenSauter/dotnet-actions/pull/25) - feat: add Playwright browser installation support to workflow by [@&#8203;ThorstenSauter](https://redirect.github.com/ThorstenSauter) in [#&#8203;26](https://redirect.github.com/ThorstenSauter/dotnet-actions/pull/26) **Full Changelog**: <ThorstenSauter/dotnet-actions@v2.0.0...v2.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViX2FjdGlvbnMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1acda1 commit d4fd5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
- name: Build solution and run tests
24-
uses: ThorstenSauter/dotnet-actions/build-and-test@0018fd01acd7f1ab5a46c8ace6995f3e23f321c1 # v2.0.0
24+
uses: ThorstenSauter/dotnet-actions/build-and-test@e9ff945cf0ce5dc5818b5a8b0d5f66c4b6cc460b # v2.1.1
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
nuget-auth-token: ${{ secrets.NUGET_GITHUB_PACKAGES_TOKEN }}

0 commit comments

Comments
 (0)