File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 app_id : ${{ vars.RELEASER_APP_ID }}
2121 private_key : ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 token : ${{ steps.app-token.outputs.token }}
2525 - run : npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
Original file line number Diff line number Diff line change 1414 name : Integration
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - uses : actions/setup-node@v3
1919 with :
2020 node-version : 20
2828 # do not run from forks, as forks don’t have access to repository secrets
2929 if : github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - uses : actions/setup-node@v3
3333 with :
3434 node-version : 20
You can’t perform that action at this time.
0 commit comments