diff --git a/.github/workflows/sync-fabricv4.yaml b/.github/workflows/sync-fabricv4.yaml index ceb05561..23ebbedd 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@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 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..29a3015d 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@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 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..308b9268 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@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 if: ${{ always() && steps.fetch.conclusion == 'success' }} with: branch: sync/gh