diff --git a/.github/workflows/bump-modules.yml b/.github/workflows/bump-modules.yml index b187426..80239ca 100644 --- a/.github/workflows/bump-modules.yml +++ b/.github/workflows/bump-modules.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 + uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2 with: title: '[${{ github.ref_name }}] update modules' body: | diff --git a/.github/workflows/update-targets.yml b/.github/workflows/update-targets.yml index 67acea8..2fe957b 100644 --- a/.github/workflows/update-targets.yml +++ b/.github/workflows/update-targets.yml @@ -34,7 +34,7 @@ jobs: echo "names=$(git diff --color=always|perl -wlne 'print $1 if /^\e\[32m\+\e\[m\e\[32m(.*)\e\[m$/' | tr '\n' ' ')" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 + uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2 with: title: '[${{ github.ref_name }}] Add targets ${{ steps.new-targets.outputs.names }}' body: |