diff --git a/cumulus/.github/workflows/release-10_rc-automation.yml b/cumulus/.github/workflows/release-10_rc-automation.yml
index 64b55a7807528aeb65f480ffb5d969171419eaba..c6b70326bf5a2f532324243d62ddbd0323832cc8 100644
--- a/cumulus/.github/workflows/release-10_rc-automation.yml
+++ b/cumulus/.github/workflows/release-10_rc-automation.yml
@@ -52,7 +52,7 @@ jobs:
           tag: ${{ steps.compute_tag.outputs.new_tag }}
 
       - id: create-issue-checklist-client
-        uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
+        uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # v2.9.1
         # Only create the issue if it's the first release candidate
         if: steps.compute_tag.outputs.first_rc == 'true'
         env:
@@ -63,7 +63,7 @@ jobs:
           filename: .github/ISSUE_TEMPLATE/release-client.md
 
       - id: create-issue-checklist-runtime
-        uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
+        uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # v2.9.1
         # Only create the issue if it's the first release candidate
         if: steps.compute_tag.outputs.first_rc == 'true'
         env: