Skip to content

Commit f1af252

Browse files
Bump devops-infra/action-commit-push from 0.11.1 to 0.11.2
Bumps [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: devops-infra/action-commit-push dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad2f0c8 commit f1af252

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].1
66+
uses: devops-infra/[email protected].2
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
@@ -174,7 +174,7 @@ jobs:
174174
echo "✅ Updated Makefile fallback version to: ${VERSION}"
175175
176176
- name: Create release branch and commit changes
177-
uses: devops-infra/[email protected].1
177+
uses: devops-infra/[email protected].2
178178
with:
179179
github_token: ${{ secrets.GITHUB_TOKEN }}
180180
target_branch: release/${{ needs.check_for_release.outputs.new_version }}

0 commit comments

Comments
 (0)