From a5c564d12c39e23d5b18fe50d966f8d3d7e6d24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:10:11 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 8.0.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.0.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v8.0.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fetchy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetchy.yml b/.github/workflows/fetchy.yml index 2967ed5..3ebe94e 100644 --- a/.github/workflows/fetchy.yml +++ b/.github/workflows/fetchy.yml @@ -29,7 +29,7 @@ jobs: run: npm ci - name: Run Fetchy run: npm run fetchy - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v8.0.1 with: default_author: github_actions message: "Adding/Updating the latest MoH Data"