From b6cad46bfa7a31e721bb0b6c328b64f3bc0197db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:29:26 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 8.0.1 to 9.1.3 Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) from 8.0.1 to 9.1.3. - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v8.0.1...v9.1.3) --- 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/generate-conda-packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-conda-packages.yaml b/.github/workflows/generate-conda-packages.yaml index 525b9d661..b90f1987b 100644 --- a/.github/workflows/generate-conda-packages.yaml +++ b/.github/workflows/generate-conda-packages.yaml @@ -237,7 +237,7 @@ jobs: run: | sh ./scripts/robotologyBumpCondaBuildNumber.sh - - uses: EndBug/add-and-commit@v8.0.1 + - uses: EndBug/add-and-commit@v9.1.3 with: default_author: github_actions message: 'Bump CONDA_BUILD_NUMBER after successful Conda packages build and upload'