diff --git a/.github/workflows/cleanup-branch.yml b/.github/workflows/cleanup-branch.yml index d75c443..5df2003 100644 --- a/.github/workflows/cleanup-branch.yml +++ b/.github/workflows/cleanup-branch.yml @@ -95,7 +95,7 @@ jobs: - name: Create PR for cleaned branch if: steps.need_cleanup.outputs.need_cleanup == 'true' && inputs.dry_run == false - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: cleaned-${{ steps.branch.outputs.branch_name }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 718c152..4b28f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.2.7](https://github.com/variablesoftware/github-workflows/compare/v1.2.6...v1.2.7) (2025-06-20) + ## [1.2.6](https://github.com/variablesoftware/github-workflows/compare/v1.2.5...v1.2.6) (2025-06-20) ## [1.2.5](https://github.com/variablesoftware/github-workflows/compare/v1.2.4...v1.2.5) (2025-06-20) diff --git a/package.json b/package.json index 36c3162..675eaa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.2.6", + "version": "1.2.7", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",