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" : " de1ad5aa829f6a478ba4d245c080056f9305e17e " ,
3+ "commit" : " 79dc50b46b2fe3af8148d986c9f2ac7d181659d4 " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
2525 "github_name" : " component-keycloak" ,
2626 "github_url" : " https://github.com/projectsyn/component-keycloak" ,
2727 "_template" : " https://github.com/projectsyn/commodore-component-template.git" ,
28- "_commit" : " de1ad5aa829f6a478ba4d245c080056f9305e17e "
28+ "_commit" : " 79dc50b46b2fe3af8148d986c9f2ac7d181659d4 "
2929 }
3030 },
3131 "directory" : null
Original file line number Diff line number Diff line change 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
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@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'
@@ -40,12 +40,12 @@ jobs:
4040 run :
4141 working-directory : ${{ env.COMPONENT_NAME }}
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 path : ${{ env.COMPONENT_NAME }}
4646 - name : Determine Go version from go.mod
4747 run : echo "GO_VERSION=$(grep "go 1." tests/go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
48- - uses : actions/setup-go@v5
48+ - uses : actions/setup-go@v6
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 - uses : actions/cache@v4
6969 run :
7070 working-directory : ${{ env.COMPONENT_NAME }}
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 with :
7474 path : ${{ env.COMPONENT_NAME }}
7575 - name : Golden diff
You can’t perform that action at this time.
0 commit comments