File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 matrix :
1818 node-version : [22.x]
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Use Node.js ${{ matrix.node-version }}
2222 uses : actions/setup-node@v6
2323 with :
Original file line number Diff line number Diff line change 1414 X_BOT_ACCESS_TOKEN : ${{ secrets.X_BOT_ACCESS_TOKEN }}
1515 X_BOT_ACCESS_TOKEN_SECRET : ${{ secrets.X_BOT_ACCESS_TOKEN_SECRET }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 2 # 直前のコミットと比較するために2コミット取得
2020
Original file line number Diff line number Diff line change 1313 X_BOT_ACCESS_TOKEN : ${{ secrets.X_BOT_ACCESS_TOKEN }}
1414 X_BOT_ACCESS_TOKEN_SECRET : ${{ secrets.X_BOT_ACCESS_TOKEN_SECRET }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - name : Setup Node.js
1919 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1515 X_BOT_ACCESS_TOKEN : ${{ secrets.X_BOT_ACCESS_TOKEN }}
1616 X_BOT_ACCESS_TOKEN_SECRET : ${{ secrets.X_BOT_ACCESS_TOKEN_SECRET }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 with :
2020 ref : develop
2121
Original file line number Diff line number Diff line change 2323 GOOGLEAPI_REFRESH_TOKEN : ${{ secrets.GOOGLEAPI_REFRESH_TOKEN }}
2424 CHROMEWEBSTORE_EXTENSION_ID : egkgleinehaapbpijnlpbllfeejjpceb
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 - name : Use Node.js 22.x
2828 uses : actions/setup-node@v6
2929 with :
7373 X_BOT_ACCESS_TOKEN : ${{ secrets.X_BOT_ACCESS_TOKEN }}
7474 X_BOT_ACCESS_TOKEN_SECRET : ${{ secrets.X_BOT_ACCESS_TOKEN_SECRET }}
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v6
7777 - name : Use Node.js 22.x
7878 uses : actions/setup-node@v6
7979 with :
@@ -101,7 +101,7 @@ jobs:
101101 X_BOT_ACCESS_TOKEN : ${{ secrets.X_BOT_ACCESS_TOKEN }}
102102 X_BOT_ACCESS_TOKEN_SECRET : ${{ secrets.X_BOT_ACCESS_TOKEN_SECRET }}
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v6
105105 - name : Use Node.js 22.x
106106 uses : actions/setup-node@v6
107107 with :
Original file line number Diff line number Diff line change 1212 if : github.event_name == 'pull_request' && github.event.pull_request.merged && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop'
1313 steps :
1414 - name : Checkout to ${{ github.event.pull_request.head.ref }}
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 ref : develop
1818 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments