summaryrefslogtreecommitdiff
path: root/.github/actions/godot-cache/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/godot-cache/action.yml')
-rw-r--r--.github/actions/godot-cache/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-cache/action.yml b/.github/actions/godot-cache/action.yml
index db14a0b97a..2d7afc8514 100644
--- a/.github/actions/godot-cache/action.yml
+++ b/.github/actions/godot-cache/action.yml
@@ -12,7 +12,7 @@ runs:
steps:
# Upload cache on completion and check it out now
- name: Load .scons_cache directory
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{inputs.scons-cache}}
key: ${{inputs.cache-name}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}