Browse Source

chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 3 months ago
parent
commit
95ae7c63ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/minify.yml

+ 1 - 1
.github/workflows/minify.yml

@@ -53,7 +53,7 @@ jobs:
           
       - name: Commit minified files
         if: steps.diff.outputs.changed == 'true'
-        uses: stefanzweifel/git-auto-commit-action@v5
+        uses: stefanzweifel/git-auto-commit-action@v6
         with:
           commit_message: "chore: auto minify CSS/JS files"
           file_pattern: "*.min.css *.min.js"