Browse Source

Use github actions cache not my own one.

(cherry picked from commit f2feefb367665f6e60de7c7ad820bd18597f4688)
Gordon MacPherson 4 years ago
parent
commit
546d7f619b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/windows_builds.yml

+ 1 - 1
.github/workflows/windows_builds.yml

@@ -24,7 +24,7 @@ jobs:
       # Editing this is pretty dangerous for Windows since it can break and needs to be properly tested with a fresh cache.
     - name: Load .scons_cache directory
       id: windows-editor-cache
-      uses: RevoluPowered/[email protected]
+      uses: actions/cache@v2
       with:
         path: /.scons_cache/
         key: ${{github.job}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}