File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646 with :
4747 ref : ${{ github.event.pull_request.head.sha }}
4848 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 3636 - run : pip install nox coverage
3737
3838 - name : Checkout base branch
39- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040 with :
4141 ref : ${{ github.base_ref }}
4242
4949 coverage erase
5050
5151 - name : Checkout PR branch
52- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353 with :
5454 ref : ${{ github.event.pull_request.head.sha }}
5555 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 2828 issues : write
2929 pull-requests : write
3030 steps :
31- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3838 run : pip install nox
3939
4040 - name : Checkout code
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha }}
4444 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : " Checkout code"
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939 with :
4040 persist-credentials : false
4141
Original file line number Diff line number Diff line change 4242 fail-fast : false
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646 with :
4747 ref : ${{ github.event.pull_request.head.sha }}
4848 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -108,7 +108,7 @@ jobs:
108108 pull-requests : write
109109 steps :
110110 - name : Checkout code
111- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112112 with :
113113 ref : ${{ github.event.pull_request.head.sha }}
114114 repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments