From 4a652a94c6ad17a3db04c985d20058f471135d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:48:30 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from v6 to v7 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from v6 to v7. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v6...b3c7c1e078a023d75fb0bd326e02962575ce0519) Signed-off-by: dependabot[bot] --- .github/workflows/compile-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-manual.yml b/.github/workflows/compile-manual.yml index eed7d5b..a44dbe5 100644 --- a/.github/workflows/compile-manual.yml +++ b/.github/workflows/compile-manual.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v2 - name: Produce debian man run: 'docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/latex:2.6 MANUAL.md -s -t man > debian/cis-hardening.8' - - uses: EndBug/add-and-commit@v6 + - uses: EndBug/add-and-commit@v7 with: add: 'debian/cis-hardening.8' message: 'Regenerate man pages (Github action)'