summaryrefslogtreecommitdiff
path: root/.github/actions/godot-deps
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-08-25 13:44:22 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-08-25 13:44:22 +0200
commitef28da8006814d49baead76feb2d2f9d06f0efea (patch)
treecfccc921a43a53bf2eaf2eab9fefd388b3226af9 /.github/actions/godot-deps
parentc7eb423eeb5455419bb96fc1ed8e8e121c2a619a (diff)
CI: Bump various GitHub actions to latest versions
actions/cache@v3 actions/checkout@v3 actions/upload-artifact@v3 actions/setup-dotnet@v2 actions/setup-java@v3 actions/setup-python@v4 mymindstorm/setup-emsdk@v11 Also reset cache keys as we're going to cleanup all caches.
Diffstat (limited to '.github/actions/godot-deps')
-rw-r--r--.github/actions/godot-deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index ee4d7d3751..e99167ff2b 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -12,7 +12,7 @@ runs:
steps:
# Use python 3.x release (works cross platform)
- name: Set up Python 3.x
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: ${{ inputs.python-version }}