Upgrade actions/cache from 4 to 5 version (#1783)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-12 12:03:36 +01:00 committed by GitHub
parent 5a6c9f3ce4
commit b7dfa236c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ jobs:
cmake -E make_directory ${{ env.INSTALL_DIR }}
- name: Cache installed
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-installed
with:
path: ${{ env.INSTALL_DIR }}