Skip to content

Commit c6d13b4

Browse files
committed
2 parents 6f32116 + cb9b583 commit c6d13b4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/cleanup-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Create PR for cleaned branch
9797
if: steps.need_cleanup.outputs.need_cleanup == 'true' && inputs.dry_run == false
98-
uses: peter-evans/create-pull-request@v6
98+
uses: peter-evans/create-pull-request@v7
9999
with:
100100
token: ${{ secrets.GITHUB_TOKEN }}
101101
branch: cleaned-${{ steps.branch.outputs.branch_name }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.7](https://github.com/variablesoftware/github-workflows/compare/v1.2.6...v1.2.7) (2025-06-20)
2+
3+
## [1.2.6](https://github.com/variablesoftware/github-workflows/compare/v1.2.5...v1.2.6) (2025-06-20)
4+
15
## [1.2.5](https://github.com/variablesoftware/github-workflows/compare/v1.2.4...v1.2.5) (2025-06-20)
26

37
## [1.2.4](https://github.com/variablesoftware/github-workflows/compare/v1.2.3...v1.2.4) (2025-06-20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-workflows",
3-
"version": "1.2.5",
3+
"version": "1.2.7",
44
"description": "Reusable GitHub Actions workflows for the organization.",
55
"main": "README.md",
66
"license": "MIT",

0 commit comments

Comments
 (0)