branch: elpa/package-lint commit d9722a8059c958092da8488601ccfe572cddd9f0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: GitHub <nore...@github.com>
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] <supp...@github.com> --- .github/workflows/compat-syms.yml | 2 +- .github/workflows/stdlib-changes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compat-syms.yml b/.github/workflows/compat-syms.yml index 8aa2da6e9f..aa5ae955a0 100644 --- a/.github/workflows/compat-syms.yml +++ b/.github/workflows/compat-syms.yml @@ -14,7 +14,7 @@ jobs: with: version: 28.2 - run: tools/compat-dump - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Regenerate compat symbols file_pattern: data/compat-symbols diff --git a/.github/workflows/stdlib-changes.yml b/.github/workflows/stdlib-changes.yml index 4d6e856719..25771b37c2 100644 --- a/.github/workflows/stdlib-changes.yml +++ b/.github/workflows/stdlib-changes.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v31 - run: tools/sym-dump-all - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Regenerate stdlib-changes file_pattern: data/stdlib-changes