File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 ]
6363 steps :
6464 - name : Check out a copy of the git repository
65- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666 with :
6767 fetch-depth : 1
6868 submodules : recursive
@@ -116,7 +116,7 @@ jobs:
116116
117117 - if : inputs.upload != false
118118 name : Upload wheels to GitHub
119- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
119+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v5.0.0
120120 with :
121121 name : python-wheels-${{matrix.conf.os}}-${{matrix.conf.arch}}
122122 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 5454 python-changes : ${{steps.python-files.outputs.matched}}
5555 steps :
5656 - name : Check out a copy of the git repository
57- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
57+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858
5959 - name : Test whether the changes involved one or more non-doc files
6060 uses : tomi/paths-filter-action@32c62f5ca100c1110406e3477d5b3ecef4666fec # v3.0.2
Original file line number Diff line number Diff line change 9393 run: exit 0
9494
9595 - name : Check out a copy of the git repository
96- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
96+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9797 with :
9898 fetch-depth : 1
9999 submodules : recursive
Original file line number Diff line number Diff line change 6565 run: exit 0
6666
6767 - name : Check out a copy of the git repository
68- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 fetch-depth : 1
7171 submodules : recursive
Original file line number Diff line number Diff line change 6565 run: exit 0
6666
6767 - name : Check out a copy of the git repository
68- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 # Need the full git history for format-incremental.
7171 fetch-depth : 0
Original file line number Diff line number Diff line change 7070 run: exit 0
7171
7272 - name : Check out a copy of the git repository
73- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474 with :
7575 fetch-depth : 1
7676 submodules : recursive
Original file line number Diff line number Diff line change 6868 run: exit 0
6969
7070 - name : Check out a copy of the git repository
71- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
71+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272 with :
7373 fetch-depth : 1
7474 submodules : recursive
Original file line number Diff line number Diff line change 6464 run: exit 0
6565
6666 - name : Check out a copy of the git repository
67- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868 with :
6969 fetch-depth : 1
7070 submodules : recursive
Original file line number Diff line number Diff line change 4040 timeout-minutes : 30
4141 steps :
4242 - name : Check out a copy of the git repository
43- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444 with :
4545 fetch-depth : 1
4646 submodules : recursive
Original file line number Diff line number Diff line change 6262 SHELLOPTS : ${{inputs.debug && 'xtrace' || '' }}
6363 steps :
6464 - name : Check out a copy of the git repository
65- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666 with :
6767 sparse-checkout : |
6868 ./dev_tools/ci/size-labeler.sh
You can’t perform that action at this time.
0 commit comments