diff --git a/.github/workflows/tagger.yml b/.github/workflows/tagger.yml index e4a015c4145a..46f8874e92e3 100644 --- a/.github/workflows/tagger.yml +++ b/.github/workflows/tagger.yml @@ -37,7 +37,7 @@ jobs: git add . - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: path: ygg commit-message: "Upgrade enzyme to ${{ github.ref }}"