Browse Source

version bump of mozilla-sccache action to 0.0.9

https://github.blog/changelog/2025-03-20-notification-of-upcoming-breaking-changes-in-github-actions/#decommissioned-cache-service-brownouts
Samuel Nicholas 3 months ago
parent
commit
bbbcc6adc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci-cmake.yml

+ 1 - 1
.github/workflows/ci-cmake.yml

@@ -119,7 +119,7 @@ jobs:
           submodules: recursive
 
       - name: Run sccache-cache
-        uses: mozilla-actions/[email protected].7
+        uses: mozilla-actions/[email protected].9
 
       - name: Setup godot-cpp
         uses: ./.github/actions/setup-godot-cpp