From 75503526ef8be83705533e85e3970eb19eebe071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:43:53 +0000 Subject: [PATCH] chore: bump stefanzweifel/git-auto-commit-action from 6.0.0 to 6.0.1 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/3cc016cfc892e0844046da36fc68da4e525e081f...778341af668090896ca464160c2def5d1d1a3eb0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-changelog.yml | 2 +- .github/workflows/release-spec-v1.yml | 2 +- .github/workflows/release-spec.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index ae5ab1016f..1e8046eb01 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -115,7 +115,7 @@ jobs: rm -rf changelog/revision - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec-v1.yml b/.github/workflows/release-spec-v1.yml index d008e0587f..4b88c2ae63 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -77,7 +77,7 @@ jobs: path: openapi/v1-deprecated - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index 09d351253d..9028ced953 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -158,7 +158,7 @@ jobs: run: ../release-scripts/branded_preview.sh - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }}