File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v2
1717 - name : Cargo cache
18- uses : actions/cache@v2
18+ uses : actions/cache@v3
1919 with :
2020 key : ${{ github.sha }}
2121 path : |
3535 steps :
3636 - uses : actions/checkout@v2
3737 - name : Cargo cache
38- uses : actions/cache@v2
38+ uses : actions/cache@v3
3939 with :
4040 key : ${{ github.sha }}
4141 path : |
4545 ~/.cargo/registry/index
4646 Cargo.lock
4747 - name : Check cache
48- uses : actions/cache@v2
48+ uses : actions/cache@v3
4949 with :
5050 key : check-${{ hashFiles('Cargo.lock') }}
5151 path : target
5858 steps :
5959 - uses : actions/checkout@v2
6060 - name : Cargo cache
61- uses : actions/cache@v2
61+ uses : actions/cache@v3
6262 with :
6363 key : ${{ github.sha }}
6464 path : |
6868 ~/.cargo/registry/index
6969 Cargo.lock
7070 - name : Check cache
71- uses : actions/cache@v2
71+ uses : actions/cache@v3
7272 with :
7373 key : check-${{ hashFiles('Cargo.lock') }}
7474 path : target
8181 steps :
8282 - uses : actions/checkout@v2
8383 - name : Cargo cache
84- uses : actions/cache@v2
84+ uses : actions/cache@v3
8585 with :
8686 key : ${{ github.sha }}
8787 path : |
9191 ~/.cargo/registry/index
9292 Cargo.lock
9393 - name : Check cache
94- uses : actions/cache@v2
94+ uses : actions/cache@v3
9595 with :
9696 key : check-${{ hashFiles('Cargo.lock') }}
9797 path : target
@@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v2
106106 - name : Cargo cache
107- uses : actions/cache@v2
107+ uses : actions/cache@v3
108108 with :
109109 key : ${{ github.sha }}
110110 path : |
@@ -114,7 +114,7 @@ jobs:
114114 ~/.cargo/registry/index
115115 Cargo.lock
116116 - name : Test cache
117- uses : actions/cache@v2
117+ uses : actions/cache@v3
118118 with :
119119 key : test-${{ hashFiles('Cargo.lock') }}
120120 path : target
You can’t perform that action at this time.
0 commit comments