diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index cbd2bd7..3ef2b31 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -44,7 +44,7 @@ jobs: . ./venv/bin/activate && python3 -m analysis ${{ github.event.inputs.command }} ${{ github.event.inputs.date }} ${{ github.event.inputs.options }} - name: Commit, push, and create pull request - uses: peter-evans/create-pull-request@v4.0.1 + uses: peter-evans/create-pull-request@v4.2.3 with: branch: process-result branch-suffix: timestamp