diff --git a/.github/workflows/crowdin-cleanup.yml b/.github/workflows/crowdin-cleanup.yml index 26f4b8dc91b6..d378461d778b 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@050a66787244b10a4874a2a5f682130263edc192 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 f064658f71b2..a77301d3934d 100644 --- a/.github/workflows/openapi-decorate.yml +++ b/.github/workflows/openapi-decorate.yml @@ -54,7 +54,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@050a66787244b10a4874a2a5f682130263edc192 with: # The arguments for the `git add` command add: '["lib/rest/static/apps", "lib/rest/static/decorated"]'