File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout App Repo
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 repository : " stellar/stellar-docs"
2020 - name : Setup Node
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : ' 22'
2424 cache : ' yarn'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
3232
3333 - name : Comment on PR (if routes were removed)
3434 if : steps.check-removal.outputs.routes_removed == 'true'
35- uses : actions/github-script@v7
35+ uses : actions/github-script@v8
3636 with :
3737 github-token : ${{ secrets.GITHUB_TOKEN }}
3838 script : |
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout target branch
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 ref : ${{ env.TARGET_BRANCH }}
3131 fetch-depth : 0
6969 CROWDIN_PERSONAL_TOKEN : ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
7070
7171 - name : Set up Node.js
72- uses : actions/setup-node@v4
72+ uses : actions/setup-node@v6
7373 with :
7474 node-version : " 22"
7575
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Docs Repo
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Setup Node
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818 with :
1919 node-version : " 22"
2020 cache : " yarn"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121
2222 steps :
2323 - name : Checkout App Repo
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Setup Node
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : ' 22'
3030 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments