Skip to content

Commit cf3de74

Browse files
authored
Merge pull request #31 from projectsyn/template-sync
Update from component template
2 parents d842985 + d2898ef commit cf3de74

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
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": "de1ad5aa829f6a478ba4d245c080056f9305e17e",
3+
"commit": "79dc50b46b2fe3af8148d986c9f2ac7d181659d4",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -25,7 +25,7 @@
2525
"github_name": "component-patch-operator",
2626
"github_url": "https://github.com/projectsyn/component-patch-operator",
2727
"_template": "https://github.com/projectsyn/commodore-component-template.git",
28-
"_commit": "de1ad5aa829f6a478ba4d245c080056f9305e17e"
28+
"_commit": "79dc50b46b2fe3af8148d986c9f2ac7d181659d4"
2929
}
3030
},
3131
"directory": null

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: "0"
1515
- 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@v4
20+
- uses: actions/checkout@v5
2121
- name: Run ${{ matrix.command }}
2222
run: make ${{ matrix.command }}
2323
editorconfig:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
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@v4
42+
- uses: actions/checkout@v5
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@v4
59+
- uses: actions/checkout@v5
6060
with:
6161
path: ${{ env.COMPONENT_NAME }}
6262
- name: Golden diff

0 commit comments

Comments
 (0)