File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
timeout-minutes : 20
17
17
18
18
steps :
19
- - name : Checkout Swift-WebBrowser
20
- uses : actions/checkout@v4.1.1
19
+ - name : Checkout repo
20
+ uses : actions/checkout@v4.2.2
21
21
22
22
- name : Setup Visual Studio Development Environment
23
- uses : compnerd/gha-setup-vsdevenv@main
23
+ uses : compnerd/gha-setup-vsdevenv@f1ba60d553a3216ce1b89abe0201213536bc7557 # main as of 2024-11-12
24
24
25
25
- name : Install Swift
26
- uses : compnerd/gha-setup-swift@main
26
+ uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
27
27
with :
28
28
branch : swift-5.8-release
29
29
tag : 5.8-RELEASE
@@ -40,15 +40,14 @@ jobs:
40
40
timeout-minutes : 20
41
41
42
42
steps :
43
- - name : Checkout Swift-WebBrowser
44
- uses : actions/checkout@v4.1.1
43
+ - name : Checkout repo
44
+ uses : actions/checkout@v4.2.2
45
45
46
46
- name : Setup Visual Studio Development Environment
47
47
uses : compnerd/gha-setup-vsdevenv@main
48
48
49
49
- name : Install Swift
50
- # TODO: Use mainline version once linker issue is fixed.
51
- uses : compnerd/gha-setup-swift@8f43ccc3e8bac89829862af09de9567c807c1c12
50
+ uses : compnerd/gha-setup-swift@b6c5fc1ed5b5439ada8e7661985acb09ad8c3ba2 # main as of 2024-11-12
52
51
with :
53
52
branch : swift-5.8-release
54
53
tag : 5.8-RELEASE
You can’t perform that action at this time.
0 commit comments