File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - uses : wagoid/commitlint-github-action@v5
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Semantic Release
1919 uses : cycjimmy/semantic-release-action@v3
Original file line number Diff line number Diff line change 3939 core.setFailed('Package manager must be either "npm", "yarn" or "pnpm"')
4040
4141 - name : Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 submodules : ${{ inputs.sub-modules }}
4545
You can’t perform that action at this time.
0 commit comments