From c5456135bbff60f650893434f6b17822a4466f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:13:05 +0000 Subject: [PATCH] chore(deps): bump bitflight-devops/github-action-readme-generator Bumps [bitflight-devops/github-action-readme-generator](https://github.com/bitflight-devops/github-action-readme-generator) from 1.0.12a to 1.0.13. - [Release notes](https://github.com/bitflight-devops/github-action-readme-generator/releases) - [Commits](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.0.12a...v1.0.13) --- updated-dependencies: - dependency-name: bitflight-devops/github-action-readme-generator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 36fde11..592cab5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -42,7 +42,7 @@ jobs: git config --local user.name "${{ github.actor }}" - name: 📖 Generate README - uses: bitflight-devops/github-action-readme-generator@v1.0.12a + uses: bitflight-devops/github-action-readme-generator@v1.0.13 - run: | echo `git add -A && git commit -m "chore: prepare release"`