bevy/.github/workflows
MinerSebas e03982583d Resolve Warnings in Action Summary (#7473)
# Objective

- The CI Summary shows several fixable Warnings.
Example from https://github.com/bevyengine/bevy/actions/runs/4075078887:
![Screenshot_20230202_152644](https://user-images.githubusercontent.com/66798382/216352644-62e9664b-c881-4bc5-9a80-694cef25df76.png)

- The Job `check-compiles` provided an invalid input.
- The Job `check-doc` uses an outdated Version of `actions/cache`.

## Solution

- Remove the invalid `override` input.
- Update `actions/cache@v2` to `actions/cache@v3`.
2023-02-02 16:40:42 +00:00
..
ci-comment-failures.yml Fix ci error comments (#7416) 2023-01-29 23:05:33 +00:00
ci.yml Resolve Warnings in Action Summary (#7473) 2023-02-02 16:40:42 +00:00
dependencies.yml migrate away from actions-rs actions to dtolnay/rust-toolchain (#6432) 2022-10-31 17:36:23 +00:00
docs.yml migrate away from actions-rs actions to dtolnay/rust-toolchain (#6432) 2022-10-31 17:36:23 +00:00
post-release.yml remove spancmp (#7409) 2023-01-30 05:50:28 +00:00
release.yml remove spancmp (#7409) 2023-01-30 05:50:28 +00:00
validation-jobs.yml add timeouts to CI jobs (#7453) 2023-02-01 15:08:31 +00:00
welcome.yml Fix CI welcome message (#7428) 2023-01-30 20:21:06 +00:00