diff --git a/.github/workflows/update-pre-commit-hooks.yml b/.github/workflows/update-pre-commit-hooks.yml index a9038529..0ae65893 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@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f 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 7259c012..324303e6 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -26,7 +26,7 @@ jobs: run: | make tests - name: Create Pull Request - uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "build: Update Python dependencies"