Skip to content

Commit

Permalink
Merge pull request #400 from johanhelsing/dependabot/github_actions/S…
Browse files Browse the repository at this point in the history
…watinem/rust-cache-2.7.3

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.3
  • Loading branch information
johanhelsing authored Jan 16, 2024
2 parents ae86c14 + 1ee26e4 commit 31d3e30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
toolchain: stable

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Run cargo test
run: cargo test --features signaling --all-targets
Expand All @@ -43,7 +43,7 @@ jobs:
target: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Run cargo check
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check >
Expand All @@ -68,7 +68,7 @@ jobs:
components: rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Run cargo clippy
run: cargo fmt --all --check
Expand All @@ -91,7 +91,7 @@ jobs:
components: clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Run cargo clippy
run: cargo clippy --all-targets -- -D warnings
Expand All @@ -111,7 +111,7 @@ jobs:
components: clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Run cargo clippy
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.1
uses: Swatinem/rust-cache@v2.7.3

- name: Install Taplo
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 31d3e30

Please sign in to comment.