File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Send mail
104
104
if : failure()
105
- uses : dawidd6/action-send-mail@611879133a9569642c41be66f4a323286e9b8a3b # v4
105
+ uses : dawidd6/action-send-mail@7ac0fb1e367721ffc3985c672ba2e7659379bc00 # v5
106
106
with :
107
107
server_address : ${{ secrets.SMTP_SERVER }}
108
108
server_port : ${{ secrets.SMTP_PORT }}
Original file line number Diff line number Diff line change 54
54
bash build_tools/ci/install_python_deps.sh ${{ matrix.torch-version }}
55
55
56
56
- name : ccache
57
- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
57
+ uses : hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
58
58
with :
59
59
key : ${{ github.job }}-${{ matrix.torch-version }}
60
60
save : ${{ needs.setup.outputs.write-caches == 1 }}
Original file line number Diff line number Diff line change 54
54
./build_tools/ci/install_python_deps.sh ${{ matrix.torch-version }}
55
55
56
56
- name : ccache
57
- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
57
+ uses : hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
58
58
with :
59
59
key : ${{ github.job }}-${{ matrix.torch-version }}
60
60
save : ${{ needs.setup.outputs.write-caches == 1 }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
12
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
13
13
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
14
14
with :
15
15
extra_args : --color=always --all-files
Original file line number Diff line number Diff line change 11
11
with :
12
12
# requites to grab the history of the PR
13
13
fetch-depth : 0
14
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
14
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
15
15
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
16
16
with :
17
17
extra_args : --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments