summaryrefslogtreecommitdiffstats
path: root/.github/workflows/android_builds.yml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-22 16:22:54 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-22 23:02:35 +0100
commitad8d3cf1c99e708e8dbb7c9d12daf66793417430 (patch)
treee0359174bb6905111c815c9c243f324d5210e6a9 /.github/workflows/android_builds.yml
parent9c626b623619d89ce3e02a8422a4de977e016d1b (diff)
downloadredot-engine-ad8d3cf1c99e708e8dbb7c9d12daf66793417430.tar.gz
CI: Update actions to latest versions, use default runner .NET version
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r--.github/workflows/android_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index 495f643e56..68e5575b3b 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Java 17
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17