File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
- name : Update PyTorch Build Cache (if running on main branch)
112
112
if : github.ref_name == 'main'
113
113
id : cache-pytorch
114
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
114
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
115
115
with :
116
116
path : ${{ github.workspace }}/build_tools/python_deploy/wheelhouse
117
117
key : ${{ runner.os }}-pytorch-${{ env.PT_HASH }}
@@ -127,7 +127,7 @@ jobs:
127
127
git pull origin main
128
128
129
129
- name : Create pull request
130
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
130
+ uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
131
131
with :
132
132
author :
Roll PyTorch Action <[email protected] >
133
133
branch : rollpytorch
Original file line number Diff line number Diff line change 40
40
# restore to avoid the cache going stale over time
41
41
# https://github.com/actions/cache/blob/main/workarounds.md#update-a-cache
42
42
- name : Setup cache for bazel
43
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
43
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
44
44
with :
45
45
path : ~/.cache/bazel
46
46
key : torch_mlir-bazel-build-cache-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 75
75
#
76
76
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
77
77
- name : Store the binary wheel
78
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
78
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
79
79
with :
80
80
name : wheels
81
81
path : dist
@@ -143,7 +143,7 @@ jobs:
143
143
#
144
144
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
145
145
- name : Store the binary wheel
146
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
146
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
147
147
with :
148
148
name : wheels
149
149
path : dist
@@ -203,7 +203,7 @@ jobs:
203
203
#
204
204
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
205
205
- name : Store the binary wheel
206
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
206
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
207
207
with :
208
208
name : wheels
209
209
path : dist
@@ -267,7 +267,7 @@ jobs:
267
267
#
268
268
# See https://github.com/pypa/gh-action-pypi-publish/discussions/15
269
269
- name : Store the binary wheel
270
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
270
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
271
271
with :
272
272
name : wheels
273
273
path : dist
Original file line number Diff line number Diff line change 33
33
submodules : true
34
34
35
35
- name : Enable cache
36
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
36
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
37
37
with :
38
38
path : ${{ env.CACHE_DIR }}
39
39
key : build-test-cpp-asserts-manylinux-${{ matrix.torch-version }}-v2-${{ github.sha }}
54
54
bash build_tools/ci/install_python_deps.sh ${{ matrix.torch-version }}
55
55
56
56
- name : ccache
57
- uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
57
+ uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
58
58
with :
59
59
key : ${{ github.job }}-${{ matrix.torch-version }}
60
60
save : ${{ needs.setup.outputs.write-caches == 1 }}
65
65
bash build_tools/ci/build_posix.sh
66
66
67
67
- name : Save cache
68
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
68
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
69
69
if : ${{ !cancelled() }}
70
70
with :
71
71
path : ${{ env.CACHE_DIR }}
Original file line number Diff line number Diff line change 43
43
44
44
- name : Create Release
45
45
id : create_release
46
- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
46
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
47
47
with :
48
48
tag : ${{ env.tag_name }}
49
49
name : torch-mlir snapshot ${{ env.tag_name }}
Original file line number Diff line number Diff line change 46
46
47
47
- name : Create Release
48
48
id : create_release
49
- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
49
+ uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
50
50
with :
51
51
tag : ${{ env.tag_name }}
52
52
name : torch-mlir snapshot ${{ env.tag_name }}
You can’t perform that action at this time.
0 commit comments