Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Bump peter-evans/create-pull-request from 4.0.1 to 4.2.3 #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down