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 1616 - uses : actions/checkout@v4
1717
1818 - name : Run Markdown link check
19- uses : gaurav-nelson /github-action-markdown-link-check@v1
19+ uses : tcort /github-action-markdown-link-check@v1
2020 with :
2121 config-file : ' .github/linters/mlc_config.json'
2222 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525
26- - uses : amannn/action-semantic-pull-request@v5.5.3
26+ - uses : amannn/action-semantic-pull-request@v5
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2929 with :
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 # Node.js setup is needed to run Semantic Release
2929 - uses : actions/setup-node@v4
3030 with :
31- node-version : 20
31+ node-version : 22
3232 cache : ' npm'
3333
3434 # Required for short-lived token provided to Semantic Release
3535 - name : " Obtain Github App token"
3636 id : app-token
37- uses : getsentry/action-github-app-token@v3.0.0
37+ uses : getsentry/action-github-app-token@v3
3838 with :
3939 app_id : ${{ secrets.BOT_APP_ID }}
4040 private_key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments