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 19
19
with :
20
20
app_id : ${{ vars.RELEASER_APP_ID }}
21
21
private_key : ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
token : ${{ steps.app-token.outputs.token }}
25
25
- 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 14
14
name : Integration
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v3
19
19
with :
20
20
node-version : 20
28
28
# do not run from forks, as forks don’t have access to repository secrets
29
29
if : github.event.pull_request.head.repo.owner.login == github.event.pull_request.base.repo.owner.login
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : actions/setup-node@v3
33
33
with :
34
34
node-version : 20
You can’t perform that action at this time.
0 commit comments