Skip to content

Commit

Permalink
update CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
starkat99 committed Dec 14, 2022
1 parent 991346c commit ae9b799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -45,7 +45,7 @@ jobs:
components: clippy,rustfmt

- name: Cache Dependencies
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Install Cargo Make
uses: davidB/rust-cargo-make@v1
Expand Down

0 comments on commit ae9b799

Please sign in to comment.