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 4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
51+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
5252 with :
5353 ref : ${{ github.event.pull_request.head.sha }}
5454 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 5454 - run : pip install nox coverage
5555
5656 - name : Checkout base branch
57- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
57+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
5858 with :
5959 ref : ${{ github.base_ref }}
6060
6767 coverage erase
6868
6969 - name : Checkout PR branch
70- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
70+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
7171 with :
7272 ref : ${{ github.event.pull_request.head.sha }}
7373 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
31+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .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 5656 run : pip install nox
5757
5858 - name : Checkout code
59- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
59+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
6060 with :
6161 ref : ${{ github.event.pull_request.head.sha }}
6262 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
38+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
3939 with :
4040 persist-credentials : false
4141
Original file line number Diff line number Diff line change 6161 }
6262
6363 - name : Checkout code
64- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
64+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
6565 with :
6666 ref : ${{ github.event.pull_request.head.sha }}
6767 repository : ${{ github.event.pull_request.head.repo.full_name }}
@@ -178,7 +178,7 @@ jobs:
178178 }
179179
180180 - name : Checkout code
181- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
181+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
182182 with :
183183 ref : ${{ github.event.pull_request.head.sha }}
184184 repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments