Skip to content

Commit 5f78fbf

Browse files
committed
fixed ci pipeline workflow for all targets
1 parent 955bbc4 commit 5f78fbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust-build-and-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ jobs:
6767
override: true
6868

6969
- name: Cache cargo registry
70-
uses: actions/cache@v2.1.6
70+
uses: actions/cache@v2.7.8
7171
with:
7272
path: ~/.cargo/registry
7373
key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
7474

7575
- name: Cache cargo index
76-
uses: actions/cache@v2.1.6
76+
uses: actions/cache@v2.7.8
7777
with:
7878
path: ~/.cargo/git
7979
key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }}
8080

8181
- name: Cache cargo target dir
82-
uses: actions/cache@v2.1.6
82+
uses: actions/cache@v2.7.8
8383
with:
8484
path: target
8585
key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
@@ -112,19 +112,19 @@ jobs:
112112
components: rustfmt, clippy
113113

114114
- name: Cache cargo registry
115-
uses: actions/cache@v2.1.6
115+
uses: actions/cache@v2.7.8
116116
with:
117117
path: ~/.cargo/registry
118118
key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
119119

120120
- name: Cache cargo index
121-
uses: actions/cache@v2.1.6
121+
uses: actions/cache@v2.7.8
122122
with:
123123
path: ~/.cargo/git
124124
key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }}
125125

126126
- name: Cache cargo target dir
127-
uses: actions/cache@v2.1.6
127+
uses: actions/cache@v2.7.8
128128
with:
129129
path: target
130130
key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)