From 546d7f619b796ffc6b50514f7609d5383f9c2961 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Sat, 13 Feb 2021 16:04:57 +0000 Subject: [PATCH] Use github actions cache not my own one. (cherry picked from commit f2feefb367665f6e60de7c7ad820bd18597f4688) --- .github/workflows/windows_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 4cc8d4cee2d..c77ec7a8811 100644 --- a/.github/workflows/windows_builds.yml +++ b/.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/cache@v2.1 + uses: actions/cache@v2 with: path: /.scons_cache/ key: ${{github.job}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}