diff --git a/.github/workflows/update-source.yml b/.github/workflows/update-source.yml index 66978f8..69638d5 100644 --- a/.github/workflows/update-source.yml +++ b/.github/workflows/update-source.yml @@ -25,7 +25,7 @@ jobs: git add -A git commit -m "chore: update module sources" || true - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: Update module sources branch: chore/update-module-sources