11name : BuildLibRoadRunnerDependencies
2+ env :
3+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : ' true' # for seanmiddleditch/gha-setup-ninja and ilammy/msvc-dev-cmd.
24
35on :
46 push :
@@ -64,13 +66,13 @@ jobs:
6466
6567 steps :
6668 - name : Checkout LibRoadRunner Dependencies
67- uses : actions/checkout@v4
69+ uses : actions/checkout@main
6870 with :
6971 submodules : recursive
7072
7173 - name : Set MSVC as the default compiler on Windows
7274 if : matrix.platform.os_type == 'windows'
73- uses : ilammy/msvc-dev-cmd@v1.13.0
75+ uses : ilammy/msvc-dev-cmd@v1
7476
7577 - name : Upgrade gcc on Linux
7678 if : matrix.platform.os_type == 'manylinux'
9193 fi
9294
9395 - name : Setup Ninja
96+ if : matrix.platform.os_type == 'manylinux'
9497 uses : seanmiddleditch/gha-setup-ninja@master
9598
9699 - name : Get Host Architecture
@@ -143,7 +146,7 @@ jobs:
143146
144147 - name : Cache ccache files on non-Windows
145148 if : matrix.platform.os_type != 'windows'
146- uses : actions/cache@v4
149+ uses : actions/cache@main
147150 with :
148151 path : ${RUNNER_WORKSPACE}/.ccache
149152 key :
@@ -198,7 +201,7 @@ jobs:
198201 echo "artifacts_path=${RUNNER_WORKSPACE}/install-libroadrunner-deps" >> "${GITHUB_ENV}"
199202
200203 - name : Upload LibRoadRunner Dependencies binaries
201- uses : actions/upload-artifact@v4
204+ uses : actions/upload-artifact@main
202205 with :
203206 name : ${{env.artifacts_name}}
204207 path : ${{env.artifacts_path}}
0 commit comments