@@ -11,14 +11,14 @@ jobs:
11
11
name : Bazel arm64 on macOS
12
12
runs-on : macos-13-xlarge
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Bazel on macOS
18
18
run : |
19
19
set -x -e
20
20
bash -e .github/workflows/build.bazel.sh python3
21
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
21
+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
22
22
with :
23
23
name : ${{ runner.os }}-arm64-bazel-bin
24
24
path : |
36
36
matrix :
37
37
python : ['3.9', '3.10', '3.11', '3.12']
38
38
steps :
39
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
- - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
39
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
41
41
with :
42
42
name : ${{ runner.os }}-arm64-bazel-bin
43
43
path : bazel-bin
63
63
cp $f wheelhouse
64
64
done
65
65
ls wheelhouse/*
66
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
66
+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
67
67
with :
68
68
name : ${{ runner.os }}-arm64-${{ matrix.python }}-wheel
69
69
path : wheelhouse
@@ -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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
76
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
77
77
with :
78
78
name : macOS-arm64-3.9-wheel
79
79
path : macOS-arm64-3.9-wheel
80
- - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
80
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
81
81
with :
82
82
name : macOS-arm64-3.10-wheel
83
83
path : macOS-arm64-3.10-wheel
84
- - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
84
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
85
85
with :
86
86
name : macOS-arm64-3.11-wheel
87
87
path : macOS-arm64-3.11-wheel
88
- - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
88
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
89
89
with :
90
90
name : macOS-arm64-3.12-wheel
91
91
path : macOS-arm64-3.12-wheel
98
98
cp macOS-arm64-3.12-wheel/*.whl wheelhouse/
99
99
ls -la wheelhouse/
100
100
sha256sum wheelhouse/*.whl
101
- - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
101
+ - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
102
102
with :
103
103
name : tensorflow-io-release-macos-arm64
104
104
path : wheelhouse
@@ -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
112
- - uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
111
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
112
+ - uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
113
113
with :
114
114
name : tensorflow-io-release-macos-arm64
115
115
path : wheelhouse
@@ -131,12 +131,12 @@ jobs:
131
131
COPY wheelhouse.commit /wheelhouse.commit
132
132
COPY wheelhouse.version /wheelhouse.version
133
133
EOF
134
- - uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0 .0
135
- - uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
134
+ - uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
135
+ - uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
136
136
with :
137
137
username : tfsigio
138
138
password : ${{ secrets.DOCKER_PASSWORD }}
139
- - uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
139
+ - uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
140
140
with :
141
141
context : .
142
142
push : true
0 commit comments