diff --git a/.github/workflows/pr-bump-go-mod.yaml b/.github/workflows/pr-bump-go-mod.yaml index c3532c4..3017319 100644 --- a/.github/workflows/pr-bump-go-mod.yaml +++ b/.github/workflows/pr-bump-go-mod.yaml @@ -55,7 +55,7 @@ jobs: git_commit_gpgsign: true fingerprint: ${{ secrets.GPG_PUBLIC }} - id: pr - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: token: ${{ secrets.GH_PAT }} commit-message: 'chore: bump ${{ github.event.repository.name }} to ${{ github.ref_name }}'