Skip to content

Commit aecc647

Browse files
Bump devops-infra/action-commit-push from 0.11.0 to 0.11.1 (#151)
Bumps [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: devops-infra/action-commit-push dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27c8179 commit aecc647

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AUTO-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "✅ Updated Makefile fallback version to: ${VERSION}"
6464
6565
- name: Create release branch and commit changes
66-
uses: devops-infra/[email protected].0
66+
uses: devops-infra/[email protected].1
6767
with:
6868
github_token: ${{ secrets.GITHUB_TOKEN }}
6969
target_branch: release/${{ github.event.inputs.version }}

.github/workflows/AUTO-VERSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
echo "✅ Updated Makefile fallback version to: ${VERSION}"
150150
151151
- name: Create release branch and commit changes
152-
uses: devops-infra/[email protected].0
152+
uses: devops-infra/[email protected].1
153153
with:
154154
github_token: ${{ secrets.GITHUB_TOKEN }}
155155
target_branch: release/${{ needs.check_for_release.outputs.new_version }}

0 commit comments

Comments
 (0)