diff --git a/.github/workflows/build-directory-cache.yaml b/.github/workflows/build-directory-cache.yaml index b82cfdb..28be0d2 100644 --- a/.github/workflows/build-directory-cache.yaml +++ b/.github/workflows/build-directory-cache.yaml @@ -48,7 +48,7 @@ jobs: - name: Commit Changes id: git_auto_commit - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: commit_options: '--no-verify --no-signoff' commit_message: 'chore: update redirect links' diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index e90de93..50a0e95 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -67,7 +67,7 @@ jobs: - name: Commit Changes id: git_auto_commit - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: commit_options: '--no-verify --no-signoff' commit_message: 'chore: update redirect links'