Skip to content

Commit f66e2b3

Browse files
📝 update readme versions (#367)
Co-authored-by: stefanmeschke <[email protected]>
1 parent db22994 commit f66e2b3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 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@v8.0.0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v8.1.0
1818
with:
1919
...
2020
```
@@ -43,7 +43,7 @@ on:
4343

4444
jobs:
4545
dependabot:
46-
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v8.0.0
46+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v8.1.0
4747
with:
4848
# optional: ⚠️ only enable the force merge if you want to do the merge just now
4949
force: true
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
autodev:
81-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v8.0.0
81+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v8.1.0
8282
with:
8383
# optional: base branch from which the history originates, default: main
8484
base: master
@@ -122,7 +122,7 @@ on:
122122

123123
jobs:
124124
changeset-check:
125-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v8.0.0
125+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v8.1.0
126126
```
127127
128128
</details>
@@ -144,7 +144,7 @@ on:
144144
145145
jobs:
146146
changeset-release:
147-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v8.0.0
147+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v8.1.0
148148
with:
149149
# optional: The file containing the Node.js version to use, defaults to .nvmrc
150150
node-version-file: '.node-version'
@@ -182,7 +182,7 @@ on:
182182

183183
jobs:
184184
flaky-tests:
185-
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v8.0.0
185+
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v8.1.0
186186
with:
187187
# identifier for the slack channel
188188
slack-channel-id: 45678787976
@@ -216,7 +216,7 @@ on: [ push ]
216216

217217
jobs:
218218
gitops:
219-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v8.0.0
219+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v8.1.0
220220
with:
221221
# optional: host of the docker registry, default: "registry.staffbase.com"
222222
docker-registry: "<your-registry>"
@@ -299,7 +299,7 @@ on:
299299

300300
jobs:
301301
jira_annotate:
302-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v8.0.0
302+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v8.1.0
303303
with:
304304
# optional: name of the service to add as label, default: name of the repository
305305
name: 'component name'
@@ -332,7 +332,7 @@ on:
332332

333333
jobs:
334334
ld_code_references:
335-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v8.0.0
335+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v8.1.0
336336
with:
337337
# optional: key of the LD project, default: default
338338
project-key: 'my-project'
@@ -357,7 +357,7 @@ on:
357357

358358
jobs:
359359
block:
360-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v8.0.0
360+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v8.1.0
361361
with:
362362
# optional: name of the label if the PR should not be merged, default: do not merge
363363
label: merge block
@@ -385,7 +385,7 @@ on:
385385
386386
jobs:
387387
update_release_draft:
388-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v8.0.0
388+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v8.1.0
389389
with:
390390
# optional: name of the release drafter configuration file, default: release-drafter.yml
391391
config-name: release-drafter-test.yml
@@ -430,7 +430,7 @@ on:
430430
431431
jobs:
432432
new_version:
433-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v8.0.0
433+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v8.1.0
434434
with:
435435
# optional: format of the version, default: weekly
436436
format: 'quarterly'
@@ -461,7 +461,7 @@ on: [pull_request]
461461
462462
jobs:
463463
trufflehog:
464-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v8.0.0
464+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v8.1.0
465465
```
466466

467467
</details>
@@ -480,7 +480,7 @@ on:
480480
481481
jobs:
482482
stale:
483-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v8.0.0
483+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v8.1.0
484484
with:
485485
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
486486
close-pr-message: your message
@@ -517,7 +517,7 @@ on:
517517
518518
jobs:
519519
techdocs:
520-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v8.0.0
520+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v8.1.0
521521
secrets:
522522
# required: specifies an Azure Storage account name
523523
azure-account-name: ${{ vars.TECHDOCS_AZURE_ACCOUNT_NAME }}
@@ -546,7 +546,7 @@ on:
546546
547547
jobs:
548548
techdocs:
549-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v8.0.0
549+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v8.1.0
550550
with:
551551
# optional: kind of the Backstage entity, default: Component
552552
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -577,7 +577,7 @@ on: [pull_request]
577577
578578
jobs:
579579
terraform:
580-
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v8.0.0
580+
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v8.1.0
581581
with:
582582
# optional: Terraform version, default: latest
583583
terraform-version: latest
@@ -607,7 +607,7 @@ on:
607607
608608
jobs:
609609
trigger-testio-test:
610-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v8.0.0
610+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v8.1.0
611611
with:
612612
# optional: the slug you received from TestIO, defaults to 'staffbase'
613613
testio-slug: your TestIO slug
@@ -639,7 +639,7 @@ on:
639639
640640
jobs:
641641
yamllint:
642-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v8.0.0
642+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v8.1.0
643643
with:
644644
# optional: name of the running action, default: yamllint / yamllint
645645
action-name: your name

0 commit comments

Comments
 (0)