File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 if : matrix.os == 'ubuntu-latest'
3939 run : sudo chown -R $(whoami):$(id -ng) ~/.cargo/
4040 - name : Cache cargo
41- uses : actions/cache@v4
41+ uses : actions/cache@v5
4242 id : cache
4343 with :
4444 path : ~/.cargo
6868 if : matrix.os == 'ubuntu-latest'
6969 run : sudo chown -R $(whoami):$(id -ng) ~/.cargo/
7070 - name : Cache cargo
71- uses : actions/cache@v4
71+ uses : actions/cache@v5
7272 id : cache
7373 with :
7474 path : ~/.cargo
@@ -109,7 +109,7 @@ jobs:
109109 override : true
110110 components : clippy
111111 - name : Cache cargo
112- uses : actions/cache@v4
112+ uses : actions/cache@v5
113113 id : cache
114114 with :
115115 path : ~/.cargo
@@ -130,7 +130,7 @@ jobs:
130130 toolchain : nightly
131131 override : true
132132 - name : Cache cargo
133- uses : actions/cache@v4
133+ uses : actions/cache@v5
134134 id : cache
135135 with :
136136 path : ~/.cargo
You can’t perform that action at this time.
0 commit comments