File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed 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'
3333 run :
3434 working-directory : ${{ env.COMPONENT_NAME }}
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 with :
3838 path : ${{ env.COMPONENT_NAME }}
3939 - name : Compile component
4444 run :
4545 working-directory : ${{ env.COMPONENT_NAME }}
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 with :
4949 path : ${{ env.COMPONENT_NAME }}
5050 - name : Golden diff
Original file line number Diff line number Diff line change 44 " :gitSignOff" ,
55 " :disableDependencyDashboard"
66 ],
7+ "ignorePaths" : [
8+ " .github/**"
9+ ],
710 "postUpgradeTasks" : {
811 "commands" : [
912 " make gen-golden"
You can’t perform that action at this time.
0 commit comments