Skip to content

Commit

Permalink
Update create-pull-request action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 12, 2023
1 parent a964ffd commit 9b81008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "::set-output name=success::false"
fi
if: github.repository_owner == 'crossbeam-rs' && github.event_name == 'schedule'
- uses: taiki-e/create-pull-request@v3
- uses: peter-evans/create-pull-request@v5
with:
title: Update no_atomic.rs
body: |
Expand Down

0 comments on commit 9b81008

Please sign in to comment.