[ci] bump sccache-action to v0.0.10 (#8839)

GitHub will force actions to run on node 24 on September 16th, 2026:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

sccache-action v0.0.9 which is present does not support node 24

sccache-action v0.0.10 adds support:
https://github.com/Mozilla-Actions/sccache-action/releases/tag/v0.0.10
This commit is contained in:
project516
2026-05-07 12:03:09 -05:00
committed by GitHub
parent 4c07aedd91
commit 8c5c535e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libopencv-dev libopencv-java clang-18 ninja-build avahi-daemon
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.9
uses: mozilla-actions/sccache-action@v0.0.10
- uses: actions/checkout@v6