From 8c5c535e1b04878c1fdffab9b86038d6bdbabc21 Mon Sep 17 00:00:00 2001 From: project516 <138796702+Project516@users.noreply.github.com> Date: Thu, 7 May 2026 12:03:09 -0500 Subject: [PATCH] [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 --- .github/workflows/cmake.yml | 2 +- .github/workflows/sanitizers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 21d414cb62..7d95d969eb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -55,7 +55,7 @@ jobs: uses: lukka/get-cmake@v3.29.3 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - uses: actions/checkout@v6 diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 7fe6ca1739..0648b82426 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -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