We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d41a9 commit a92f6c4Copy full SHA for a92f6c4
.github/workflows/ci.yml
@@ -139,7 +139,7 @@ jobs:
139
echo 'success=false' >>"${GITHUB_OUTPUT}"
140
fi
141
if: github.repository_owner == 'crossbeam-rs' && github.event_name == 'schedule'
142
- - uses: peter-evans/create-pull-request@v5
+ - uses: peter-evans/create-pull-request@v7
143
with:
144
title: Update no_atomic.rs
145
body: |
0 commit comments