diff --git a/.github/workflows/bump-fluent-bit-version.yaml b/.github/workflows/bump-fluent-bit-version.yaml index d07ee6fb5..6e35f1b6f 100644 --- a/.github/workflows/bump-fluent-bit-version.yaml +++ b/.github/workflows/bump-fluent-bit-version.yaml @@ -76,7 +76,7 @@ jobs: fi - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "Bump fluent-bit to ${{ github.event.inputs.version }} diff --git a/.github/workflows/release-tool.yaml b/.github/workflows/release-tool.yaml index 020f301bd..18acf336a 100644 --- a/.github/workflows/release-tool.yaml +++ b/.github/workflows/release-tool.yaml @@ -112,7 +112,7 @@ jobs: echo "v${{ needs.validate-and-prepare.outputs.version_without_v }}" > VERSION - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "Bump version to v${{ needs.validate-and-prepare.outputs.version_without_v }}" signoff: true