summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ios_builds.yml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-04 16:05:38 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-04 16:05:57 +0200
commitde14f1d29530410b12a10a01a3d704ca658b152b (patch)
tree4e9c5b97ef5603a70220082b8904e7fa44df3c1d /.github/workflows/ios_builds.yml
parent75de1ca76871fdf7f5a9e081aa57ec0e33061107 (diff)
downloadredot-engine-de14f1d29530410b12a10a01a3d704ca658b152b.tar.gz
CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`
Diffstat (limited to '.github/workflows/ios_builds.yml')
-rw-r--r--.github/workflows/ios_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml
index 63ecabd957..6557120d87 100644
--- a/.github/workflows/ios_builds.yml
+++ b/.github/workflows/ios_builds.yml
@@ -18,7 +18,7 @@ jobs:
name: Template (target=template_release)
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache