This repository was archived by the owner on Jan 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - uses : actions/cache@v2 .1.6
15+ - uses : actions/cache@v4 .1.2
1616 with :
1717 path : |
1818 ~/.cargo/registry
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v2
42- - uses : actions/cache@v2 .1.6
42+ - uses : actions/cache@v4 .1.2
4343 with :
4444 path : |
4545 ~/.cargo/registry
6868 runs-on : ubuntu-latest
6969 steps :
7070 - uses : actions/checkout@v2
71- - uses : actions/cache@v2 .1.6
71+ - uses : actions/cache@v4 .1.2
7272 with :
7373 path : |
7474 ~/.cargo/registry
9898 # steps:
9999 # - uses: actions/checkout@v2
100100 # # Uses the cache done in the parent job (compile) with the same "key"
101- # - uses: actions/cache@v2 .1.6
101+ # - uses: actions/cache@v4 .1.2
102102 # with:
103103 # path: |
104104 # ~/.cargo/registry
@@ -114,7 +114,7 @@ jobs:
114114# steps:
115115# - uses: actions/checkout@v2
116116# # Uses the cache done in the parent job (compile) with the same "key"
117- # - uses: actions/cache@v2 .1.6
117+ # - uses: actions/cache@v4 .1.2
118118# with:
119119# path: |
120120# ~/.cargo/registry
@@ -131,7 +131,7 @@ jobs:
131131 # - uses: actions/checkout@v2
132132 # # Sets up a cache to be used on other subsequent jobs.
133133 # # subsequent jobs must use the "needs" field and reference this job.id "compile".
134- # - uses: actions/cache@v2 .1.6
134+ # - uses: actions/cache@v4 .1.2
135135 # with:
136136 # path: |
137137 # ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments