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 1d386f9 commit d1d650aCopy full SHA for d1d650a
.github/workflows/sync-release-version.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
output: 'HISTORY.md'
25
- name: Create Pull Request
26
- uses: peter-evans/create-pull-request@v3.10.1
+ uses: peter-evans/create-pull-request@v3.11.0
27
28
base: "main"
29
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
.github/workflows/update-readme.yml
@@ -29,7 +29,7 @@ jobs:
exit 1
30
31
if: failure()
32
33
34
35
title: "Updated README.md"
0 commit comments