From a9ada51299c4699db7201a7b9751871b0804f0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:27:40 -0700 Subject: [PATCH 1/2] chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#4) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cleanup-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From cb9b58395b340e73e657909e81480ad5a5721be0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Jun 2025 18:28:22 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20chore(release):=201.2.7=20[s?= =?UTF-8?q?kip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.7](https://github.com/variablesoftware/github-workflows/compare/v1.2.6...v1.2.7) (2025-06-20) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",