File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 # Checkout the repository.
1212 - name : Checkout the repository
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 with :
1515 token : ${{ secrets.GH_TOKEN }}
1616 id : checkout
Original file line number Diff line number Diff line change 2727 #
2828 # Checkout the repository.
2929 #
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 id : checkout
3232
3333 #
9595 #
9696 # Checkout the repository.
9797 #
98- - uses : actions/checkout@v2
98+ - uses : actions/checkout@v3
9999 id : checkout
100100
101101 #
Original file line number Diff line number Diff line change 6969 # Checkout the repository.
7070 #
7171 - name : Checkout project
72- uses : actions/checkout@v2
72+ uses : actions/checkout@v3
7373 with :
7474 ref : ${{ env.GITHUB_PR_HEAD_SHA }}
7575
Original file line number Diff line number Diff line change 2323 #
2424 # Checkout the repository.
2525 #
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 id : checkout
2828
2929 #
Original file line number Diff line number Diff line change 1212 steps :
1313 # Checkout the repository.
1414 - name : Checkout the repository
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 # Create date variable
1818 - name : Create Date Variable
5555 steps :
5656 # Checkout the repository.
5757 - name : Checkout the repository
58- uses : actions/checkout@v2
58+ uses : actions/checkout@v3
5959 with :
6060 token : ${{ secrets.GH_TOKEN }}
6161 id : checkout
7272
7373 # Clone lotus repo into repo-to-crawl folder
7474 - name : Clone lotus repo
75- uses : actions/checkout@v2
75+ uses : actions/checkout@v3
7676 with :
7777 repository : filecoin-project/lotus
7878 path : repo-to-crawl
You can’t perform that action at this time.
0 commit comments