@@ -61,21 +61,21 @@ jobs:
61
61
# pre-installed. Make sure to override these with the relevant version.
62
62
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ env.LLVM_VERSION }} 1000
63
63
- name : Checkout LLVM sources
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
repository : llvm/llvm-project
67
67
ref : main
68
68
path : llvm-project
69
69
- name : Checkout the translator sources
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@v4
71
71
with :
72
72
path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
73
73
- name : Get tag for SPIR-V Headers
74
74
id : spirv-headers-tag
75
75
run : |
76
76
echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
77
77
- name : Checkout SPIR-V Headers
78
- uses : actions/checkout@v3
78
+ uses : actions/checkout@v4
79
79
with :
80
80
repository : KhronosGroup/SPIRV-Headers
81
81
ref : ${{ env.spirv_headers_tag }}
@@ -116,21 +116,21 @@ jobs:
116
116
runs-on : windows-latest
117
117
steps :
118
118
- name : Checkout LLVM sources
119
- uses : actions/checkout@v3
119
+ uses : actions/checkout@v4
120
120
with :
121
121
repository : llvm/llvm-project
122
122
ref : main
123
123
path : llvm-project
124
124
- name : Checkout the translator sources
125
- uses : actions/checkout@v3
125
+ uses : actions/checkout@v4
126
126
with :
127
127
path : llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator
128
128
- name : Get tag for SPIR-V Headers
129
129
id : spirv-headers-tag
130
130
run : |
131
131
echo "spirv_headers_tag=$(type llvm-project\\llvm\\projects\\SPIRV-LLVM-Translator\\spirv-headers-tag.conf)" >> $GITHUB_ENV
132
132
- name : Checkout SPIR-V Headers
133
- uses : actions/checkout@v3
133
+ uses : actions/checkout@v4
134
134
with :
135
135
repository : KhronosGroup/SPIRV-Headers
136
136
ref : ${{ env.spirv_headers_tag }}
@@ -168,21 +168,21 @@ jobs:
168
168
continue-on-error : true
169
169
steps :
170
170
- name : Checkout LLVM sources
171
- uses : actions/checkout@v3
171
+ uses : actions/checkout@v4
172
172
with :
173
173
repository : llvm/llvm-project
174
174
ref : main
175
175
path : llvm-project
176
176
- name : Checkout the translator sources
177
- uses : actions/checkout@v3
177
+ uses : actions/checkout@v4
178
178
with :
179
179
path : llvm-project/llvm/projects/SPIRV-LLVM-Translator
180
180
- name : Get tag for SPIR-V Headers
181
181
id : spirv-headers-tag
182
182
run : |
183
183
echo "spirv_headers_tag=$(cat llvm-project/llvm/projects/SPIRV-LLVM-Translator/spirv-headers-tag.conf)" >> $GITHUB_ENV
184
184
- name : Checkout SPIR-V Headers
185
- uses : actions/checkout@v3
185
+ uses : actions/checkout@v4
186
186
with :
187
187
repository : KhronosGroup/SPIRV-Headers
188
188
ref : ${{ env.spirv_headers_tag }}
0 commit comments