File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v1
19+ uses : actions/checkout@v5
2020
2121 - name : Set up Node.js
2222 uses : actions/setup-node@master
Original file line number Diff line number Diff line change 1010 name : Write Markdown
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1414 - name : Run mdupdater
1515 run : ./.github/mdupdater.sh
1616
2222 name : Write Recent List
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v5
2626 - run : git pull origin main # guarantee a latest commit from 'update-md'
2727
2828 - name : Run rmdupdater
3636 name : Generate PS Badge
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v5
4040 - run : git pull origin main # guarantee a latest commit from 'update-recent-md'
4141
4242 - name : Use Node.js
8888 name : Docsearch Auto Scraper
8989 runs-on : ubuntu-latest
9090 steps :
91- - uses : actions/checkout@v3
91+ - uses : actions/checkout@v5
9292
9393 - name : Run docsearch scraper
9494 uses : darrenjennings/algolia-docsearch-action@master
You can’t perform that action at this time.
0 commit comments