branch: elpa/package-lint commit 075b05470732b1c693166118f44eebea263f6727 Merge: f990665a1b4 55d5889b0f5 Author: Steve Purcell <st...@sanityinc.com> Commit: GitHub <nore...@github.com>
Merge pull request #303 from purcell/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7 chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 --- .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 f264b5b4f3f..c872fd81693 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@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 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 cda437abd20..2d896f59f3c 100644 --- a/.github/workflows/stdlib-changes.yml +++ b/.github/workflows/stdlib-changes.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v5 - uses: cachix/install-nix-action@v31 - run: tools/sym-dump-all - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Regenerate stdlib-changes file_pattern: data/stdlib-changes