From c91609e2e9a0334df2cd3f5a563f5729d1101df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 22:44:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Bump=20stefanzweifel/git-auto-co?= =?UTF-8?q?mmit-action=20from=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-theme.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-theme.yml b/.github/workflows/build-theme.yml index 73e50b35..7086af17 100644 --- a/.github/workflows/build-theme.yml +++ b/.github/workflows/build-theme.yml @@ -16,28 +16,28 @@ jobs: - run: npm install - run: npm run assets - name: Commit and push Chart.js changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run" file_pattern: "assets/lib/chart/*" commit_message: "📦 Update packaged ChartJS" - name: Commit Fuse changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run" file_pattern: "assets/lib/fuse/*" commit_message: "📦 Update packaged FuseJS" - name: Commit KaTeX changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run" file_pattern: "assets/lib/katex/*" commit_message: "📦 Update packaged KaTeX" - name: Commit Mermaid changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run" @@ -45,7 +45,7 @@ jobs: commit_message: "📦 Update packaged Mermaid" - run: npm run build - name: Commit CSS changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: "${{ github.head_ref }}" push_options: "--dry-run"