File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : 20
4545 runs-on : ${{ matrix.os }}
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - uses : actions/setup-node@v4
5050 with :
5151 node-version : ${{ matrix.node }}
6868 runs-on : ubuntu-latest
6969
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 with :
7373 ref : ${{ github.head_ref }}
7474 token : ${{ secrets.GitHubToken }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14+ <<<<<<< HEAD
1415 - uses : actions/checkout@v4
1516 with :
1617 fetch-depth : 0
1920 git config user.name github-actions
2021 git config user.email github-actions@github.com
2122
23+ =======
24+ - uses : actions/checkout@v5
25+ >>>>>>> 85e8401 (v6.4.0...v6.5.1)
2226 - uses : actions/setup-node@v4
2327 with :
2428 node-version : 20
Original file line number Diff line number Diff line change 1313 },
1414 {
1515 "name" : " @kellyselden/node-template" ,
16- "version" : " 6.4.0 " ,
16+ "version" : " 6.5.1 " ,
1717 "blueprints" : [
1818 {
1919 "name" : " @kellyselden/node-template" ,
You can’t perform that action at this time.
0 commit comments