Skip to content

Commit 8c7f631

Browse files
committed
Update from template
Template version: main (1062a61)
1 parent ddd4d8d commit 8c7f631

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "fc8ae18a6798d5b232442630883e5ec9b8636d09",
3+
"commit": "1062a6134febddc4e4b5479b41afe4ab0f6face0",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
- v*
66

77
jobs:
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

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
@@ -39,7 +39,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
5656
run:
5757
working-directory: ${{ env.COMPONENT_NAME }}
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
with:
6161
path: ${{ env.COMPONENT_NAME }}
6262
- name: Golden diff

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
":gitSignOff",
55
":disableDependencyDashboard"
66
],
7+
"ignorePaths": [
8+
".github/**"
9+
],
710
"postUpgradeTasks": {
811
"commands": [
912
"make gen-golden-all"

0 commit comments

Comments
 (0)