Skip to content

Commit 250dc75

Browse files
authored
Merge branch 'master' into master
2 parents 5094b20 + da62200 commit 250dc75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

0 commit comments

Comments
 (0)