diff --git a/README.md b/README.md
index b22e2fd..69e0f84 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ on:
 
 jobs:
   <action name>:
-    uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_*.yml@v6.2.0
     with:
       ...
 ```
@@ -43,7 +43,7 @@ on:
 
 jobs:
   dependabot:
-    uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v6.2.0
     with:
       # optional: ⚠️ only enable the force merge if you want to do the merge just now
       force: true
@@ -78,7 +78,7 @@ on:
 
 jobs:
   autodev:
-    uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v6.2.0
     with:
       # optional: base branch from which the history originates, default: main
       base: master
@@ -120,7 +120,7 @@ on: [ push ]
 
 jobs:
   gitops:
-    uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_gitops.yml@v6.2.0
     with:
       # optional: host of the docker registry, default: "staffbase.jfrog.io"
       docker-registry: "<your-registry>"
@@ -201,7 +201,7 @@ on:
 
 jobs:
   jira_annotate:
-    uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_jira_tagging.yml@v6.2.0
     with:
       # optional: name of the service to add as label, default: name of the repository
       name: 'component name'
@@ -234,7 +234,7 @@ on:
 
 jobs:
   ld_code_references:
-    uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_launchdarkly_code_references.yml@v6.2.0
     with:
       # optional: key of the LD project, default: default
       project-key: 'my-project'
@@ -259,7 +259,7 @@ on:
 
 jobs:
   block:
-    uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_merge_block.yml@v6.2.0
     with:
       # optional: name of the label if the PR should not be merged, default: do not merge
       label: merge block
@@ -287,7 +287,7 @@ on:
 
 jobs:
   update_release_draft:
-    uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v6.2.0
     with:
       # optional: name of the release
       name: Version X.Y.Z
@@ -326,7 +326,7 @@ on:
 
 jobs:
   new_version:
-    uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_release_version.yml@v6.2.0
     with:
       # optional: format of the version, default: weekly
       format: 'quarterly'
@@ -357,7 +357,7 @@ on: [pull_request]
 
 jobs:
   trufflehog:
-    uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_secret_scan.yml@v6.2.0
 ```
 
 </details>
@@ -376,7 +376,7 @@ on:
 
 jobs:
   stale:
-    uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_stale.yml@v6.2.0
     with:
       # optional: comment on the stale pull request while closed, default: This stale PR was closed because there was no activity.
       close-pr-message: your message
@@ -413,7 +413,7 @@ on:
 
 jobs:
   techdocs:
-    uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v6.2.0
     with:
       # optional: kind of the Backstage entity, default: Component
       # ref: https://backstage.io/docs/features/software-catalog/descriptor-format#contents
@@ -445,7 +445,7 @@ on:
 
 jobs:
   trigger-testio-test:
-    uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v6.2.0
     with:
       # optional: the slug you received from TestIO, defaults to 'staffbase'
       testio-slug: your TestIO slug
@@ -477,7 +477,7 @@ on:
 
 jobs:
   yamllint:
-    uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v6.1.0
+    uses: Staffbase/gha-workflows/.github/workflows/template_yaml.yml@v6.2.0
     with:
       # optional: name of the running action, default: yamllint / yamllint
       action-name: your name