dependabot[bot]
8e10ca08ec
Bump actions/checkout from 4.1.0 to 4.1.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11 )
---
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-10-17 20:40:24 -03:00
dependabot[bot]
fc236be769
Bump actions/upload-artifact from 3.1.2 to 3.1.3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 16:18:09 -03:00
dependabot[bot]
064e3ca207
Bump actions/checkout from 3.5.3 to 4.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...8ade135a41bc03ea155e62e844d188df1ea18608 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 16:18:01 -03:00
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](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9 )
---
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](https://github.com/actions/setup-dotnet/compare/aa983c550dfda0d1722b6ac6aed55724ffacc6d3...3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 )
---
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](https://github.com/actions/setup-dotnet/compare/607fce577a46308457984d59e4954e075820f10a...aa983c550dfda0d1722b6ac6aed55724ffacc6d3 )
---
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