Skip to content

Commit db9772b

Browse files
gha: bump devops-infra/action-commit-push from 0.10.0 to 0.11.0
Bumps [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](devops-infra/action-commit-push@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: devops-infra/action-commit-push dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bb14aa commit db9772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updpyver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Commit changes to a new branch
5252
if: ${{ success() && !contains(fromJSON('["push", "pull_request"]'), github.event_name) }}
53-
uses: devops-infra/action-commit-push@v0.10.0
53+
uses: devops-infra/action-commit-push@v0.11.0
5454
with:
5555
github_token: "${{ secrets.GITHUB_TOKEN }}"
5656
commit_prefix: "[AUTO]"

0 commit comments

Comments
 (0)