dependabot[bot]
b606cc770f
Bump actions/checkout from 3.5.2 to 3.5.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e5e7e5ab8...c85c95e3d7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-10 20:34:04 -03:00
peelz
c7123aeec2
Fix run-tests workflow checking out incorrect target
2023-06-05 20:03:27 -03:00
dependabot[bot]
c769ecf693
Bump actions/setup-dotnet from 3.1.0 to 3.2.0
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](aa983c550d...3447fd6a9f )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-29 21:16:54 -03:00
peelz
5e84d65cdc
Rename CI workflow 'ref' inputs to 'target'
2023-05-27 22:23:34 -04:00
dependabot[bot]
b7c152df52
Bump actions/setup-dotnet from 3.0.3 to 3.1.0
...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](607fce577a...aa983c550d )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-27 16:26:42 -03:00
peelz
0a8fa6f5d4
Pin CI actions to specific commit hashes
2023-05-08 20:02:45 -04:00
peelz
9974c33c89
Remove dotnet 3.1 from CI dependencies
2023-05-08 11:42:18 -04:00
peelz
d34cea51cf
Fix workflow not reporting test results when ran from a PR
2022-08-12 03:18:22 -04:00
peelz
3de2d8e550
Change on-push workflow to run unit tests
...
This changes workflows to run unit tests for every new commit (including
PRs). A new release will only be published if all tests pass on the
master branch.
2022-08-10 05:55:43 -04:00