Skip to content

Commit

Permalink
build(deps): update swatinem/rust-cache action to v2 (starship#4493)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2022
1 parent fc8c5cc commit 1f6619a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup | Rust
uses: actions-rs/[email protected]
Expand All @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup | Rust
uses: actions-rs/[email protected]
Expand All @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup | Rust
uses: actions-rs/[email protected]
Expand All @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup | Rust
uses: actions-rs/[email protected]
Expand All @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Setup | Rust
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/checkout@v3

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

# Install all the required dependencies for testing
- name: Setup | Rust
Expand Down

0 comments on commit 1f6619a

Please sign in to comment.