diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f66bf8..af73802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: npm run lint:fix - name: Commit and push changes - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_message: 'style: auto-fix biome issues [skip ci]' commit_user_name: 'github-actions[bot]'