@@ -79,21 +79,21 @@ jobs:
7979 # pre-installed. Make sure to override these with the relevant version.
8080 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ env.LLVM_VERSION }} 1000
8181 - name : Checkout LLVM sources
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v5
8383 with :
8484 repository : llvm/llvm-project
8585 ref : main
8686 path : llvm-project
8787 - name : Checkout the translator sources
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8989 with :
9090 path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
9191 - name : Get tag for SPIR-V Headers
9292 id : spirv-headers-tag
9393 run : |
9494 echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
9595 - name : Checkout SPIR-V Headers
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 with :
9898 repository : KhronosGroup/SPIRV-Headers
9999 ref : ${{ env.spirv_headers_tag }}
@@ -134,21 +134,21 @@ jobs:
134134 runs-on : windows-latest
135135 steps :
136136 - name : Checkout LLVM sources
137- uses : actions/checkout@v4
137+ uses : actions/checkout@v5
138138 with :
139139 repository : llvm/llvm-project
140140 ref : main
141141 path : llvm-project
142142 - name : Checkout the translator sources
143- uses : actions/checkout@v4
143+ uses : actions/checkout@v5
144144 with :
145145 path : llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator
146146 - name : Get tag for SPIR-V Headers
147147 id : spirv-headers-tag
148148 run : |
149149 echo "spirv_headers_tag=$(type llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator\\spirv-headers-tag.conf)" >> $GITHUB_ENV
150150 - name : Checkout SPIR-V Headers
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v5
152152 with :
153153 repository : KhronosGroup/SPIRV-Headers
154154 ref : ${{ env.spirv_headers_tag }}
@@ -186,21 +186,21 @@ jobs:
186186 continue-on-error : true
187187 steps :
188188 - name : Checkout LLVM sources
189- uses : actions/checkout@v4
189+ uses : actions/checkout@v5
190190 with :
191191 repository : llvm/llvm-project
192192 ref : main
193193 path : llvm-project
194194 - name : Checkout the translator sources
195- uses : actions/checkout@v4
195+ uses : actions/checkout@v5
196196 with :
197197 path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
198198 - name : Get tag for SPIR-V Headers
199199 id : spirv-headers-tag
200200 run : |
201201 echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
202202 - name : Checkout SPIR-V Headers
203- uses : actions/checkout@v4
203+ uses : actions/checkout@v5
204204 with :
205205 repository : KhronosGroup/SPIRV-Headers
206206 ref : ${{ env.spirv_headers_tag }}
0 commit comments