File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 # the cache has been downloaded.
125125 #
126126 # This could be avoided if we added Cargo.lock to the repository.
127- uses : actions/cache/restore@v4
127+ uses : actions/cache/restore@v5
128128 with :
129129 # https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci
130130 path : |
@@ -145,7 +145,7 @@ jobs:
145145 - name : Cache cargo-apk
146146 if : contains(matrix.platform.target, 'android')
147147 id : cargo-apk-cache
148- uses : actions/cache@v4
148+ uses : actions/cache@v5
149149 with :
150150 path : ~/.cargo/bin/cargo-apk
151151 # Change this key if we update the required cargo-apk version
@@ -281,7 +281,7 @@ jobs:
281281
282282 # See restore step above
283283 - name : Save cache of cargo folder
284- uses : actions/cache/save@v4
284+ uses : actions/cache/save@v5
285285 with :
286286 path : |
287287 ~/.cargo/registry/index/
Original file line number Diff line number Diff line change 1919 id-token : write
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323
2424 - uses : dtolnay/rust-toolchain@master
2525 with :
You can’t perform that action at this time.
0 commit comments