diff options
author | renovate[bot] | 2025-04-20 19:47:03 +0200 |
---|---|---|
committer | GitHub | 2025-04-20 19:47:03 +0200 |
commit | 6babbc1b1c2a175b31c859b22ad0ce1181124323 (patch) | |
tree | f003520b6fc63206f1f1a7fdd919525b0efa6ca6 | |
parent | ed06bf05edab3f8f0a5c397c5705687589ade932 (diff) | |
download | IT.starlight-6babbc1b1c2a175b31c859b22ad0ce1181124323.tar.gz IT.starlight-6babbc1b1c2a175b31c859b22ad0ce1181124323.tar.bz2 IT.starlight-6babbc1b1c2a175b31c859b22ad0ce1181124323.zip |
chore(deps): update stefanzweifel/git-auto-commit-action action to v5.2.0 (#3145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 09f9acfd..1208b957 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,7 +24,7 @@ jobs: - name: Format with Prettier run: pnpm format - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: '[ci] format' branch: ${{ github.head_ref }} |