diff options
author | renovate[bot] | 2025-06-12 09:26:41 +0200 |
---|---|---|
committer | GitHub | 2025-06-12 09:26:41 +0200 |
commit | f98bad514a9dc4b1464c9171ce98bc4f0d5d62c0 (patch) | |
tree | cdb36731b4369a60529cc30c2d98b18d22f74d88 | |
parent | 53ac4fb678f022094ad72a5d4bd3fea8718fe8f1 (diff) | |
download | IT.starlight-f98bad514a9dc4b1464c9171ce98bc4f0d5d62c0.tar.gz IT.starlight-f98bad514a9dc4b1464c9171ce98bc4f0d5d62c0.tar.bz2 IT.starlight-f98bad514a9dc4b1464c9171ce98bc4f0d5d62c0.zip |
chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#3240)
Co-authored-by: HiDeoo <494699+HiDeoo@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 1208b957..4a98816c 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@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 with: commit_message: '[ci] format' branch: ${{ github.head_ref }} |