Skip to content

Commit 0ec68b8

Browse files
📝 update readme versions (#330)
Co-authored-by: flaxel <[email protected]>
1 parent 89d657d commit 0ec68b8

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@v7.4.0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.5.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@v7.4.0
46+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.5.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@v7.4.0
81+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.5.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@v7.4.0
125+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.5.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@v7.4.0
147+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.5.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@v7.4.0
185+
uses: Staffbase/gha-workflows/.github/workflows/template_flaky_tests.yml@v7.5.0
186186
with:
187187
# identifier for the slack channel
188188
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@v7.4.0
217+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.5.0
218218
with:
219219
# optional: host of the docker registry, default: "staffbase.jfrog.io"
220220
docker-registry: "<your-registry>"
@@ -295,7 +295,7 @@ on:
295295

296296
jobs:
297297
jira_annotate:
298-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.4.0
298+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.5.0
299299
with:
300300
# optional: name of the service to add as label, default: name of the repository
301301
name: 'component name'
@@ -328,7 +328,7 @@ on:
328328

329329
jobs:
330330
ld_code_references:
331-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.4.0
331+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.5.0
332332
with:
333333
# optional: key of the LD project, default: default
334334
project-key: 'my-project'
@@ -353,7 +353,7 @@ on:
353353

354354
jobs:
355355
block:
356-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.4.0
356+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.5.0
357357
with:
358358
# optional: name of the label if the PR should not be merged, default: do not merge
359359
label: merge block
@@ -381,7 +381,7 @@ on:
381381
382382
jobs:
383383
update_release_draft:
384-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.4.0
384+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.5.0
385385
with:
386386
# optional: name of the release drafter configuration file, default: release-drafter.yml
387387
config-name: release-drafter-test.yml
@@ -426,7 +426,7 @@ on:
426426
427427
jobs:
428428
new_version:
429-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.4.0
429+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.5.0
430430
with:
431431
# optional: format of the version, default: weekly
432432
format: 'quarterly'
@@ -457,7 +457,7 @@ on: [pull_request]
457457
458458
jobs:
459459
trufflehog:
460-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.4.0
460+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.5.0
461461
```
462462

463463
</details>
@@ -476,7 +476,7 @@ on:
476476
477477
jobs:
478478
stale:
479-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.4.0
479+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.5.0
480480
with:
481481
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
482482
close-pr-message: your message
@@ -513,7 +513,7 @@ on:
513513
514514
jobs:
515515
techdocs:
516-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.4.0
516+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs_monorepo.yml@v7.5.0
517517
secrets:
518518
# required: specifies an Azure Storage account name
519519
azure-account-name: ${{ secrets.TECHDOCS_AZURE_ACCOUNT_NAME }}
@@ -542,7 +542,7 @@ on:
542542
543543
jobs:
544544
techdocs:
545-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.4.0
545+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.5.0
546546
with:
547547
# optional: kind of the Backstage entity, default: Component
548548
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -573,7 +573,7 @@ on: [pull_request]
573573
574574
jobs:
575575
terraform:
576-
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.4.0
576+
uses: Staffbase/gha-workflows/.github/workflows/template_terraform_format.yml@v7.5.0
577577
with:
578578
# optional: Terraform version, default: latest
579579
terraform-version: latest
@@ -603,7 +603,7 @@ on:
603603
604604
jobs:
605605
trigger-testio-test:
606-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.4.0
606+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.5.0
607607
with:
608608
# optional: the slug you received from TestIO, defaults to 'staffbase'
609609
testio-slug: your TestIO slug
@@ -635,7 +635,7 @@ on:
635635
636636
jobs:
637637
yamllint:
638-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.4.0
638+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.5.0
639639
with:
640640
# optional: name of the running action, default: yamllint / yamllint
641641
action-name: your name

0 commit comments

Comments
 (0)