diff --git a/.github/workflows/update-pre-commit-hooks.yml b/.github/workflows/update-pre-commit-hooks.yml index 8cd3df64..d0327837 100644 --- a/.github/workflows/update-pre-commit-hooks.yml +++ b/.github/workflows/update-pre-commit-hooks.yml @@ -28,7 +28,7 @@ jobs: run: | make tests - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "build: Update pre-commit hooks" diff --git a/.github/workflows/update-python-deps.yml b/.github/workflows/update-python-deps.yml index aaa0ada6..fee3e36d 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -25,7 +25,7 @@ jobs: run: | make tests - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "build: Update Python dependencies"