Skip to content

Commit a08d680

Browse files
committed
CI: Upgrade actions/cache to fix deprecation warning
1 parent 6f1bc2e commit a08d680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable branch
3636

3737
- name: Cache cross binary
38-
uses: actions/cache@v4
38+
uses: actions/cache@v6
3939
with:
4040
path: ~/.cargo/bin/cross
4141
key: cross-51f46f296253d8122c927c5bb933e3c4f27cc317

0 commit comments

Comments
 (0)