diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index 26f4b8dc91b6..c1f59b7ef75e 100644 --- a/.github/workflows/crowdin-cleanup.yml +++ b/.github/workflows/crowdin-cleanup.yml @@ -41,7 +41,7 @@ jobs: run: script/i18n/homogenize-frontmatter.js - name: Check in homogenized files - uses: EndBug/add-and-commit@756d9ea820f11931e591eaf57f25e0f5b903d5b2 + uses: EndBug/add-and-commit@d4d066316a2a85974a05efb42be78f897793c6d9 with: # The arguments for the `git add` command add: 'translations' diff --git a/.github/workflows/openapi-decorate.yml b/.github/workflows/openapi-decorate.yml index 72432ee3c0d2..0c4b896019ae 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -51,7 +51,7 @@ jobs: run: script/rest/update-files.js --decorate-only - name: Check in the decorated files - uses: EndBug/add-and-commit@756d9ea820f11931e591eaf57f25e0f5b903d5b2 + uses: EndBug/add-and-commit@d4d066316a2a85974a05efb42be78f897793c6d9 with: # The arguments for the `git add` command add: 'lib/rest/static/decorated'