Skip to content

Commit b1c66f8

Browse files
📝 update readme versions (#38)
Co-authored-by: wmentzel <[email protected]>
1 parent 5c92120 commit b1c66f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
<action name>:
17-
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.3.1
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.4.0
1818
with:
1919
...
2020
```
@@ -39,7 +39,7 @@ on:
3939

4040
jobs:
4141
autodev:
42-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.3.1
42+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.4.0
4343
with:
4444
# optional: base branch from which the history originates, default: main
4545
base: master
@@ -74,7 +74,7 @@ on: [ push ]
7474

7575
jobs:
7676
gitops:
77-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.3.1
77+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.4.0
7878
with:
7979
# optional: build and push the Docker image, default: true
8080
dockerenabled: false
@@ -120,7 +120,7 @@ on:
120120

121121
jobs:
122122
jira_annotate:
123-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.3.1
123+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.4.0
124124
with:
125125
# name of the service to add as label
126126
name: 'component name'
@@ -154,7 +154,7 @@ on:
154154
155155
jobs:
156156
update_release_draft:
157-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.3.1
157+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.4.0
158158
with:
159159
# optional: name of the release
160160
name: Version X.Y.Z
@@ -187,7 +187,7 @@ on:
187187
188188
jobs:
189189
sonarcloud:
190-
uses: Staffbase/gha-workflows/.github/workflows/template_sonarcloud.yml@v1.3.1
190+
uses: Staffbase/gha-workflows/.github/workflows/template_sonarcloud.yml@v1.4.0
191191
with:
192192
# path to the cached coverage file
193193
path: <path-to-cached-coverage-file>
@@ -227,7 +227,7 @@ on:
227227
228228
jobs:
229229
stale:
230-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.3.1
230+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.4.0
231231
with:
232232
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
233233
close-pr-message: your message
@@ -261,7 +261,7 @@ on:
261261
262262
jobs:
263263
yamllint:
264-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.3.1
264+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.4.0
265265
with:
266266
# optional: name of the running action, default: yamllint / yamllint
267267
action-name: your name

0 commit comments

Comments
 (0)