11
11
name : Bazel arm64 on macOS
12
12
runs-on : macos-13-xlarge
13
13
steps :
14
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Bazel on macOS
36
36
matrix :
37
37
python : ['3.9', '3.10', '3.11', '3.12']
38
38
steps :
39
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
40
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
39
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
41
41
with :
42
42
name : ${{ runner.os }}-arm64-bazel-bin
43
43
path : bazel-bin
@@ -73,19 +73,19 @@ jobs:
73
73
needs : macos-arm64-wheel
74
74
runs-on : ubuntu-20.04
75
75
steps :
76
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
76
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
77
77
with :
78
78
name : macOS-arm64-3.9-wheel
79
79
path : macOS-arm64-3.9-wheel
80
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
80
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
81
81
with :
82
82
name : macOS-arm64-3.10-wheel
83
83
path : macOS-arm64-3.10-wheel
84
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
84
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
85
85
with :
86
86
name : macOS-arm64-3.11-wheel
87
87
path : macOS-arm64-3.11-wheel
88
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
88
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
89
89
with :
90
90
name : macOS-arm64-3.12-wheel
91
91
path : macOS-arm64-3.12-wheel
@@ -108,8 +108,8 @@ jobs:
108
108
needs : release-macos-arm64
109
109
runs-on : ubuntu-20.04
110
110
steps :
111
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
112
- - uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
111
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
112
+ - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
113
113
with :
114
114
name : tensorflow-io-release-macos-arm64
115
115
path : wheelhouse
0 commit comments