File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
43
44
44
- name : ' Install Ninja'
45
45
run : choco install ninja
Original file line number Diff line number Diff line change 74
74
arch : amd64_arm64
75
75
76
76
steps :
77
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
77
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78
78
79
79
- name : ' Install Ninja'
80
80
run : choco install ninja
Original file line number Diff line number Diff line change 32
32
platform : [x86, x64, ARM64]
33
33
34
34
steps :
35
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
36
37
37
- name : Add MSBuild to PATH
38
38
uses : microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
41
42
42
- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
43
43
with :
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
78
78
arch : amd64_arm64
79
79
80
80
steps :
81
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
81
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82
82
83
83
- name : Clone test repository
84
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
85
85
with :
86
86
repository : walbourn/directxtextest
87
87
path : Tests
Original file line number Diff line number Diff line change 41
41
arch : amd64_arm64
42
42
43
43
steps :
44
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45
45
46
46
- name : ' Install Ninja'
47
47
run : choco install ninja
Original file line number Diff line number Diff line change 33
33
gcc : [10, 11, 12]
34
34
35
35
steps :
36
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37
37
38
38
- uses : seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401 # v5
39
39
You can’t perform that action at this time.
0 commit comments