diff --git a/.github/workflows/sync-subtrees.yml b/.github/workflows/sync-subtrees.yml index c3b5227..954d78e 100644 --- a/.github/workflows/sync-subtrees.yml +++ b/.github/workflows/sync-subtrees.yml @@ -44,7 +44,7 @@ jobs: git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${GH_TOKEN} | base64)" - name: Commit and push updated context files - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: commit_message: "chore(context): auto-sync client repo .agent context files" file_pattern: "repos/**"