diff --git a/.github/workflows/tagger.yml b/.github/workflows/tagger.yml index f56a3608453..89c56ea3282 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@v6 + uses: peter-evans/create-pull-request@v7 with: path: ygg commit-message: "Upgrade enzyme to ${{ github.ref }}"