Dirk Stolle
8a16eb4cb3
replace unmaintained actions-rs/* actions in CI workflows ( #1099 )
...
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216 > for more
information. Due to their age they generate several warnings in
CI runs.
To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-19 12:43:33 -05:00
Jonathan Kelley
7b10d2f6af
ci: use ordering to better cache
2022-12-13 15:34:35 -08:00
Jon Kelley
937eb1f0f0
Merge pull request #641 from DioxusLabs/dependabot/github_actions/Swatinem/rust-cache-2
...
build(deps): bump Swatinem/rust-cache from 1 to 2
2022-12-07 16:28:10 -08:00
dependabot[bot]
dbffe1ad24
build(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:10 +00:00
dependabot[bot]
b3b1415b69
build(deps): bump Swatinem/rust-cache from 1 to 2
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 1 to 2.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 03:25:01 +00:00
Jon Kelley
d9546d9504
Renderers are now packages, not features. ( #387 )
...
* feat: use synchronous router design
* feat: function to get router out of dom
* chore: restructure workspace to use renderers as packages, not features
2022-07-09 15:15:20 -04:00
Jonathan Kelley
1f4d2cd6e4
ci: fix ci on master pushes
2022-02-23 11:26:31 -05:00
Jonathan Kelley
f4686150d7
ci: make workflows only run on PRs
2022-02-17 11:19:28 -05:00
Jonathan Kelley
8d2e23bde6
ci: fix draft request
2022-02-13 12:41:38 -05:00
Jonathan Kelley
542b48a59c
ci: disable on draft prs
2022-02-13 12:40:25 -05:00
Jonathan Kelley
a858934d41
ci: use filtering for all
2022-02-10 12:09:50 -05:00
Alexandre Kirszenberg
49986c89d7
Test on macOS
2022-01-08 17:21:00 +01:00