Skip to content

Commit 78f09b1

Browse files
📝 update readme versions (#50)
Co-authored-by: flaxel <[email protected]>
1 parent 58f9082 commit 78f09b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 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.4.1
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v1.5.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.4.1
42+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.5.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.4.1
77+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v1.5.0
7878
with:
7979
# optional: list of build-time variables
8080
docker-build-args: |
@@ -120,7 +120,7 @@ on:
120120

121121
jobs:
122122
jira_annotate:
123-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.4.1
123+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v1.5.0
124124
with:
125125
# name of the service to add as label, default: name of the repository
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.4.1
157+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v1.5.0
158158
with:
159159
# optional: name of the release
160160
name: Version X.Y.Z
@@ -181,7 +181,7 @@ on:
181181
182182
jobs:
183183
stale:
184-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.4.1
184+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v1.5.0
185185
with:
186186
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
187187
close-pr-message: your message
@@ -215,7 +215,7 @@ on:
215215
216216
jobs:
217217
yamllint:
218-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.4.1
218+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v1.5.0
219219
with:
220220
# optional: name of the running action, default: yamllint / yamllint
221221
action-name: your name

0 commit comments

Comments
 (0)