Skip to content

Commit dff7023

Browse files
stefanmeschkegithub-actions[bot]
authored andcommitted
📝 update readme versions
1 parent 1bf9f82 commit dff7023

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
@@ -13,7 +13,7 @@ on: ...
1313

1414
jobs:
1515
<action name>:
16-
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v9.0.0
16+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v9.1.0
1717
with: ...
1818
```
1919
@@ -41,7 +41,7 @@ on:
4141

4242
jobs:
4343
dependabot:
44-
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v9.0.0
44+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v9.1.0
4545
with:
4646
# optional: ⚠️ only enable the force merge if you want to do the merge just now
4747
force: true
@@ -76,7 +76,7 @@ on:
7676

7777
jobs:
7878
autodev:
79-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.0.0
79+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.1.0
8080
with:
8181
# optional: base branch from which the history originates, default: main
8282
base: master
@@ -120,7 +120,7 @@ on:
120120

121121
jobs:
122122
changeset-check:
123-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v9.0.0
123+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v9.1.0
124124
```
125125
126126
</details>
@@ -142,7 +142,7 @@ on:
142142
143143
jobs:
144144
changeset-release:
145-
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v9.0.0
145+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v9.1.0
146146
with:
147147
# optional: The file containing the Node.js version to use, defaults to .nvmrc
148148
node-version-file: '.node-version'
@@ -180,7 +180,7 @@ on:
180180

181181
jobs:
182182
flaky-tests:
183-
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v9.0.0
183+
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v9.1.0
184184
with:
185185
# identifier for the slack channel
186186
slack-channel-id: 45678787976
@@ -214,7 +214,7 @@ on: [push]
214214

215215
jobs:
216216
gitops:
217-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v9.0.0
217+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v9.1.0
218218
with:
219219
# optional: host of the docker registry, default: "registry.staffbase.com"
220220
docker-registry: '<your-registry>'
@@ -297,7 +297,7 @@ on:
297297

298298
jobs:
299299
jira_annotate:
300-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v9.0.0
300+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v9.1.0
301301
with:
302302
# optional: name of the service to add as label, default: name of the repository
303303
name: 'component name'
@@ -330,7 +330,7 @@ on:
330330

331331
jobs:
332332
ld_code_references:
333-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v9.0.0
333+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v9.1.0
334334
with:
335335
# optional: key of the LD project, default: default
336336
project-key: 'my-project'
@@ -355,7 +355,7 @@ on:
355355

356356
jobs:
357357
block:
358-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v9.0.0
358+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v9.1.0
359359
with:
360360
# optional: name of the label if the PR should not be merged, default: do not merge
361361
label: merge block
@@ -383,7 +383,7 @@ on:
383383
384384
jobs:
385385
update_release_draft:
386-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.0.0
386+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.1.0
387387
with:
388388
# optional: name of the release drafter configuration file, default: release-drafter.yml
389389
config-name: release-drafter-test.yml
@@ -428,7 +428,7 @@ on:
428428
429429
jobs:
430430
new_version:
431-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v9.0.0
431+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v9.1.0
432432
with:
433433
# optional: prefix of the tag in order to find the last release; this is useful for multi artifact/service repositories, default: 'v'
434434
tag-prefix: 'app-v'
@@ -463,7 +463,7 @@ on: [pull_request]
463463
464464
jobs:
465465
trufflehog:
466-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v9.0.0
466+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v9.1.0
467467
```
468468

469469
</details>
@@ -482,7 +482,7 @@ on:
482482
483483
jobs:
484484
stale:
485-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v9.0.0
485+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v9.1.0
486486
with:
487487
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
488488
close-pr-message: your message
@@ -519,7 +519,7 @@ on:
519519
520520
jobs:
521521
techdocs:
522-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v9.0.0
522+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v9.1.0
523523
secrets:
524524
# required: specifies an Azure Storage account name
525525
azure-account-name: ${{ vars.TECHDOCS_AZURE_ACCOUNT_NAME }}
@@ -548,7 +548,7 @@ on:
548548
549549
jobs:
550550
techdocs:
551-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v9.0.0
551+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v9.1.0
552552
with:
553553
# optional: kind of the Backstage entity, default: Component
554554
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -579,7 +579,7 @@ on: [pull_request]
579579
580580
jobs:
581581
terraform:
582-
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v9.0.0
582+
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v9.1.0
583583
with:
584584
# optional: Terraform version, default: latest
585585
terraform-version: latest
@@ -609,7 +609,7 @@ on:
609609
610610
jobs:
611611
trigger-testio-test:
612-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v9.0.0
612+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v9.1.0
613613
with:
614614
# optional: the slug you received from TestIO, defaults to 'staffbase'
615615
testio-slug: your TestIO slug
@@ -641,7 +641,7 @@ on:
641641
642642
jobs:
643643
yamllint:
644-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v9.0.0
644+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v9.1.0
645645
with:
646646
# optional: name of the running action, default: yamllint / yamllint
647647
action-name: your name

0 commit comments

Comments
 (0)