File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515
1616 steps :
1717 - if : (!github.event.pull_request)
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 token : ${{ secrets.GH_PERSONAL_TOKEN }}
2121 fetch-depth : 0
2222
2323 - if : github.event.pull_request
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - uses : actions/cache@v3
2727 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Original file line number Diff line number Diff line change 1010 fail-fast : true
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 token : ${{ secrets.GH_PERSONAL_TOKEN }}
1616 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 fail-fast : true
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 with :
1919 token : ${{ secrets.GH_PERSONAL_TOKEN }}
2020 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments