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`.
This commit is contained in:
MinerSebas 2023-02-02 16:40:42 +00:00
parent 1a18ab34c4
commit e03982583d

View file

@ -116,7 +116,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Check Compile
@ -224,7 +223,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/