branch: elpa/package-lint commit 4484da08c9f6117920c5697bf51cd85b4fa8234d Merge: 29ccfea319 d9722a8059 Author: Steve Purcell <st...@sanityinc.com> Commit: GitHub <nore...@github.com>
Merge pull request #300 from purcell/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 --- .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