forked from starship/starship
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update swatinem/rust-cache action to v2 (starship#4493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fc8c5cc
commit 1f6619a
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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] | ||
|
@@ -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 | ||
|