diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index ceb05561..50d64ce6 100644 --- a/.github/workflows/sync-fabricv4.yaml +++ b/.github/workflows/sync-fabricv4.yaml @@ -55,7 +55,7 @@ jobs: echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 if: ${{ always() && steps.fetch.conclusion == 'success' && steps.spec_versions.outputs.cur_version != steps.fetch.outputs.new_version }} with: branch: sync/gh diff --git a/.github/workflows/sync-metalv1.yaml b/.github/workflows/sync-metalv1.yaml index 13caa22d..9ecacbee 100644 --- a/.github/workflows/sync-metalv1.yaml +++ b/.github/workflows/sync-metalv1.yaml @@ -44,7 +44,7 @@ jobs: echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 if: ${{ always() && steps.fetch.conclusion == 'success' }} with: branch: sync/gh diff --git a/templates/.github/workflows/sync.yaml b/templates/.github/workflows/sync.yaml index 55f61e3d..e6901434 100644 --- a/templates/.github/workflows/sync.yaml +++ b/templates/.github/workflows/sync.yaml @@ -43,7 +43,7 @@ jobs: echo `git commit -m 'sync: generate client with ${{ steps.date.outputs.date }} spec'` - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 if: ${{ always() && steps.fetch.conclusion == 'success' }} with: branch: sync/gh