File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-24.04
1414 name : Build
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Use Node.js
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v6
2020 with :
2121 node-version : ' 24.x'
2222 cache : ' npm'
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 issues : write
1414 pull-requests : write
1515 steps :
16- - uses : actions/create-github-app-token@v1.12 .0
16+ - uses : actions/create-github-app-token@v2.2 .0
1717 id : app-token
1818 with :
1919 app-id : ${{ secrets.BOT_GH_APP_ID }}
2020 private-key : ${{ secrets.BOT_GH_APP_PRIVATE_KEY }}
2121 owner : ${{ github.repository_owner }}
2222 repositories : |
23- typescript-sdk
23+ ${{ github.event.repository.name }}
2424
2525 - name : Get GitHub App User ID
2626 id : get-user-id
@@ -35,24 +35,24 @@ jobs:
3535 git config --global commit.gpgsign false
3636 git config --global commit.signoff true
3737
38- - uses : actions/checkout@v4.2.2
38+ - uses : actions/checkout@v5
3939 with :
4040 ref : ${{ github.ref }}
4141 fetch-depth : 0
4242 persist-credentials : false
4343 token : ${{ steps.app-token.outputs.token }}
4444
4545 - name : Setup Node.js
46- uses : actions/setup-node@v4
46+ uses : actions/setup-node@v6
4747 with :
48- node-version : ' lts/* '
48+ node-version : ' 24.x '
4949
5050 - name : Install project dependencies
5151 run : npm ci
5252
5353 - name : Install semantic release and plugins
5454 run : |
55- npm install -g semantic-release@v24.2.1 \
55+ npm install -g semantic-release@v25.0.2 \
5656 conventional-changelog-cli \
5757 conventional-changelog-conventionalcommits \
5858 @semantic-release/changelog \
You can’t perform that action at this time.
0 commit comments