diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 3926b862..dc5d3b66 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -77,7 +77,7 @@ jobs: - run: rm new - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: main branch: main-${{ steps.get_version.outputs.NEW_VERSION }} diff --git a/.github/workflows/export-labels.yml b/.github/workflows/export-labels.yml index 9f3de0ae..cc01bec9 100644 --- a/.github/workflows/export-labels.yml +++ b/.github/workflows/export-labels.yml @@ -32,7 +32,7 @@ jobs: with: name: Label config - run: cp labels.yaml .github/labels.yaml - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: Update labels delete-branch: true