File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3- "commit" : " fc8ae18a6798d5b232442630883e5ec9b8636d09 " ,
3+ "commit" : " 1062a6134febddc4e4b5479b41afe4ab0f6face0 " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change 55 - v*
66
77jobs :
8- dist :
8+ build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : " 0"
1414 - name : Build changelog from PRs with labels
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 - lint_yaml
1818 - lint_adoc
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Run ${{ matrix.command }}
2222 run : make ${{ matrix.command }}
2323 editorconfig :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : snow-actions/eclint@v1.0.1
2828 with :
2929 args : ' check'
3939 run :
4040 working-directory : ${{ env.COMPONENT_NAME }}
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 path : ${{ env.COMPONENT_NAME }}
4545 - name : Compile component
Original file line number Diff line number Diff line change 44 " :gitSignOff" ,
55 " :disableDependencyDashboard"
66 ],
7+ "ignorePaths" : [
8+ " .github/**"
9+ ],
710 "labels" : [
811 " dependency"
912 ]
You can’t perform that action at this time.
0 commit comments