Commit 7963a9e
authored
Bumps the actions group with 1 update: [external/Catch2](https://github.com/catchorg/Catch2).
Updates `external/Catch2` from `de7e863` to `b6c7b21`
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@de7e863...b6c7b21)
---
updated-dependencies:
- dependency-name: external/Catch2
dependency-version: b6c7b217d4bcb5030ce1e04180f35d02bcf5d93f
dependency-type: direct:production
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebbd9b1 commit 7963a9e
1 file changed
+1
-1
lines changed- README.md+1-12
- data/sponsors/github_repo_sponsorship.png
- docs/command-line.md+3
- docs/deprecations.md+15
- docs/generators.md+11
- examples/300-Gen-OwnGenerator.cpp+2
- examples/301-Gen-MapTypeConversion.cpp+2
- src/catch2/catch_config.cpp+3
- src/catch2/catch_config.hpp+1
- src/catch2/generators/catch_generators.hpp+14
- src/catch2/generators/catch_generators_adapters.hpp+20
- src/catch2/generators/catch_generators_random.cpp+5
- src/catch2/generators/catch_generators_random.hpp+3
- src/catch2/generators/catch_generators_range.hpp+4
- src/catch2/interfaces/catch_interfaces_config.hpp+3
- src/catch2/interfaces/catch_interfaces_generatortracker.cpp+2
- src/catch2/interfaces/catch_interfaces_generatortracker.hpp+9-2
- src/catch2/internal/catch_commandline.cpp+15-12
- src/catch2/internal/catch_run_context.cpp+21-11
- tests/CMakeLists.txt+1-1
- tests/ExtraTests/CMakeLists.txt+14
- tests/ExtraTests/X95-InfiniteGenerators.cpp+40
- tests/SelfTest/Baselines/automake.sw.approved.txt+5
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+5
- tests/SelfTest/Baselines/compact.sw.approved.txt+18-4
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+18-4
- tests/SelfTest/Baselines/console.std.approved.txt+2-2
- tests/SelfTest/Baselines/console.sw.approved.txt+132-5
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+132-5
- tests/SelfTest/Baselines/junit.sw.approved.txt+11-1
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+11-1
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+10
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+10
- tests/SelfTest/Baselines/tap.sw.approved.txt+31-3
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+31-3
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+10
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+10
- tests/SelfTest/Baselines/xml.sw.approved.txt+147-5
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+147-5
- tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp+3-2
- tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp+69
- tests/SelfTest/UsageTests/Generators.tests.cpp+1
- tests/SelfTest/UsageTests/Skip.tests.cpp+2
0 commit comments