ci(deps): bump actions/cache from 5 to 6 (#10325)

This commit is contained in:
dependabot[bot]
2026-07-02 09:06:15 +02:00
committed by GitHub
parent 782aa61712
commit d5f25cd47e
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
- name: Setup Emscripten cache
id: cache-system-libraries
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}