diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cea538c..5fef462 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: target: thumbv7em-none-eabi - name: Rust Cache - uses: Swatinem/rust-cache@v2.5.1 + uses: Swatinem/rust-cache@v2.6.0 - uses: actions-rs/cargo@v1 name: Cargo fmt diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 07cba7d..e60e73b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,7 +31,7 @@ jobs: target: thumbv7em-none-eabi - name: Rust Cache - uses: Swatinem/rust-cache@v2.5.1 + uses: Swatinem/rust-cache@v2.6.0 - uses: actions-rs/cargo@v1 name: Cargo fmt