Skip to content

Commit 2c07e31

Browse files
ci: update cache to v4 on docker build (#35254)
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
1 parent 1b7f72a commit 2c07e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
if: inputs.setup == 'true'
8787
shell: bash
8888
- if: ${{ inputs.platform == 'alpine' }}
89-
uses: actions/cache@v3
89+
uses: actions/cache@v4
9090
with:
9191
path: /tmp/build/matrix-sdk-crypto.linux-x64-musl.node
9292
key: matrix-rust-sdk-crypto-nodejs-v0.2.0-beta.1

0 commit comments

Comments
 (0)