From 40787392cd33fe6d637c9755fce108c868539f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Tue, 26 May 2026 20:48:13 +0200 Subject: [PATCH] [ci] Update GitHub Action mozilla-actions/sccache-action Fixes deprecation warning for node20.js --- .github/workflows/getdeps_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index 53135ac64..d1d44bc86 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 with: version: "v0.14.0"