18
18
check :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
23
23
- name : Check Tabs
24
24
run : |
39
39
runs-on : ${{matrix.os}}
40
40
41
41
steps :
42
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43
43
44
44
- name : Get Ubuntu OpenGL Dependencies
45
45
if : matrix.os == 'ubuntu-latest'
@@ -48,27 +48,27 @@ jobs:
48
48
sudo apt-get install -y libglfw3-dev
49
49
50
50
- name : Get OpenCL Headers
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
52
with :
53
53
repository : KhronosGroup/OpenCL-Headers
54
54
path : external/OpenCL-Headers
55
55
56
56
- name : Get OpenCL ICD Loader
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
58
with :
59
59
repository : KhronosGroup/OpenCL-ICD-Loader
60
60
path : external/opencl-icd-loader
61
61
62
62
- name : Get OpenCL Extension Loader
63
63
if : matrix.ext == 'YES'
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65
65
with :
66
66
repository : bashbaug/opencl-extension-loader
67
67
path : external/opencl-extension-loader
68
68
69
69
- name : Get SPIR-V Headers
70
70
if : matrix.ext == 'YES'
71
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72
72
with :
73
73
repository : KhronosGroup/SPIRV-Headers
74
74
path : external/SPIRV-Headers
0 commit comments