Skip to content

Commit 0721605

Browse files
📝 update readme versions (#312)
Co-authored-by: flaxel <19373153+flaxel@users.noreply.github.com>
1 parent e5946f2 commit 0721605

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 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.1.0
17+
uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v7.2.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.1.0
46+
uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v7.2.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.1.0
81+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v7.2.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.1.0
125+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_check.yml@v7.2.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.1.0
147+
uses: Staffbase/gha-workflows/.github/workflows/template_changeset_release.yml@v7.2.0
148148
with:
149149
# optional: The file containing the Node.js version to use, defaults to .nvmrc
150150
node-version-file: '.node-version'
@@ -178,7 +178,7 @@ on: [ push ]
178178

179179
jobs:
180180
gitops:
181-
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.1.0
181+
uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v7.2.0
182182
with:
183183
# optional: host of the docker registry, default: "staffbase.jfrog.io"
184184
docker-registry: "<your-registry>"
@@ -259,7 +259,7 @@ on:
259259

260260
jobs:
261261
jira_annotate:
262-
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.1.0
262+
uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v7.2.0
263263
with:
264264
# optional: name of the service to add as label, default: name of the repository
265265
name: 'component name'
@@ -292,7 +292,7 @@ on:
292292

293293
jobs:
294294
ld_code_references:
295-
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.1.0
295+
uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v7.2.0
296296
with:
297297
# optional: key of the LD project, default: default
298298
project-key: 'my-project'
@@ -317,7 +317,7 @@ on:
317317

318318
jobs:
319319
block:
320-
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.1.0
320+
uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v7.2.0
321321
with:
322322
# optional: name of the label if the PR should not be merged, default: do not merge
323323
label: merge block
@@ -345,7 +345,7 @@ on:
345345
346346
jobs:
347347
update_release_draft:
348-
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.1.0
348+
uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v7.2.0
349349
with:
350350
# optional: name of the release
351351
name: Version X.Y.Z
@@ -384,7 +384,7 @@ on:
384384
385385
jobs:
386386
new_version:
387-
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.1.0
387+
uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v7.2.0
388388
with:
389389
# optional: format of the version, default: weekly
390390
format: 'quarterly'
@@ -415,7 +415,7 @@ on: [pull_request]
415415
416416
jobs:
417417
trufflehog:
418-
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.1.0
418+
uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v7.2.0
419419
```
420420

421421
</details>
@@ -434,7 +434,7 @@ on:
434434
435435
jobs:
436436
stale:
437-
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.1.0
437+
uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v7.2.0
438438
with:
439439
# optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
440440
close-pr-message: your message
@@ -471,7 +471,7 @@ on:
471471
472472
jobs:
473473
techdocs:
474-
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.1.0
474+
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v7.2.0
475475
with:
476476
# optional: kind of the Backstage entity, default: Component
477477
# ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -503,7 +503,7 @@ on:
503503
504504
jobs:
505505
trigger-testio-test:
506-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.1.0
506+
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v7.2.0
507507
with:
508508
# optional: the slug you received from TestIO, defaults to 'staffbase'
509509
testio-slug: your TestIO slug
@@ -535,7 +535,7 @@ on:
535535
536536
jobs:
537537
yamllint:
538-
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.1.0
538+
uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v7.2.0
539539
with:
540540
# optional: name of the running action, default: yamllint / yamllint
541541
action-name: your name

0 commit comments

Comments
 (0)