diff --git a/.github/workflows/bump-modules.yml b/.github/workflows/bump-modules.yml index ab26071..9dd043e 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: '[${{ github.ref_name }}] update modules' body: | diff --git a/.github/workflows/update-targets.yml b/.github/workflows/update-targets.yml index 7c8953b..d39c7e9 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: '[${{ github.ref_name }}] Add targets ${{ steps.new-targets.outputs.names }}' body: |