@@ -61,21 +61,21 @@ jobs:
6161 # pre-installed. Make sure to override these with the relevant version.
6262 sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ env.LLVM_VERSION }} 1000
6363 - name : Checkout LLVM sources
64- uses : actions/checkout@v3
64+ uses : actions/checkout@v4
6565 with :
6666 repository : llvm/llvm-project
6767 ref : main
6868 path : llvm-project
6969 - name : Checkout the translator sources
70- uses : actions/checkout@v3
70+ uses : actions/checkout@v4
7171 with :
7272 path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
7373 - name : Get tag for SPIR-V Headers
7474 id : spirv-headers-tag
7575 run : |
7676 echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
7777 - name : Checkout SPIR-V Headers
78- uses : actions/checkout@v3
78+ uses : actions/checkout@v4
7979 with :
8080 repository : KhronosGroup/SPIRV-Headers
8181 ref : ${{ env.spirv_headers_tag }}
@@ -116,21 +116,21 @@ jobs:
116116 runs-on : windows-latest
117117 steps :
118118 - name : Checkout LLVM sources
119- uses : actions/checkout@v3
119+ uses : actions/checkout@v4
120120 with :
121121 repository : llvm/llvm-project
122122 ref : main
123123 path : llvm-project
124124 - name : Checkout the translator sources
125- uses : actions/checkout@v3
125+ uses : actions/checkout@v4
126126 with :
127127 path : llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator
128128 - name : Get tag for SPIR-V Headers
129129 id : spirv-headers-tag
130130 run : |
131131 echo "spirv_headers_tag=$(type llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator\\spirv-headers-tag.conf)" >> $GITHUB_ENV
132132 - name : Checkout SPIR-V Headers
133- uses : actions/checkout@v3
133+ uses : actions/checkout@v4
134134 with :
135135 repository : KhronosGroup/SPIRV-Headers
136136 ref : ${{ env.spirv_headers_tag }}
@@ -168,21 +168,21 @@ jobs:
168168 continue-on-error : true
169169 steps :
170170 - name : Checkout LLVM sources
171- uses : actions/checkout@v3
171+ uses : actions/checkout@v4
172172 with :
173173 repository : llvm/llvm-project
174174 ref : main
175175 path : llvm-project
176176 - name : Checkout the translator sources
177- uses : actions/checkout@v3
177+ uses : actions/checkout@v4
178178 with :
179179 path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
180180 - name : Get tag for SPIR-V Headers
181181 id : spirv-headers-tag
182182 run : |
183183 echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
184184 - name : Checkout SPIR-V Headers
185- uses : actions/checkout@v3
185+ uses : actions/checkout@v4
186186 with :
187187 repository : KhronosGroup/SPIRV-Headers
188188 ref : ${{ env.spirv_headers_tag }}
0 commit comments