File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : github.event_name == 'release' && github.event.action == 'released'
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-node@v4
2020 with :
2121 node-version : ' 24.x'
@@ -28,14 +28,14 @@ jobs:
2828 runs-on : ubuntu-latest
2929 if : github.ref == 'refs/heads/next'
3030 steps :
31- - uses : actions/checkout@v4
32- - uses : actions/setup-node@v3
31+ - uses : actions/checkout@v6
32+ - uses : actions/setup-node@v4
3333 with :
3434 node-version : ' 24.x'
3535 registry-url : ' https://registry.npmjs.org'
3636 - name : Set outputs
3737 id : vars
38- run : echo "::set-output name= sha_short:: $(git rev-parse --short HEAD)"
38+ run : echo "sha_short= $(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3939 - run : git config --global user.name "GitHub CD bot"
4040 - run : git config --global user.email "info@networkteam.com"
4141 - run : npm version prerelease --preid=${{ steps.vars.outputs.sha_short }}
You can’t perform that action at this time.
0 commit comments