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 75a6e94 commit 3165c2fCopy full SHA for 3165c2f
.github/workflows/update-v8.yml
@@ -45,7 +45,7 @@ jobs:
45
cat temp-output
46
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
47
rm temp-output
48
- - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
+ - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
49
# Creates a PR or update the Action's existing PR, or
50
# no-op if the base branch is already up-to-date.
51
with:
0 commit comments