From cb3e414b83b0eebde1ded8f031d3c68f731a08c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:33:27 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 9 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 9. - [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...v9) --- 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/nightly-benchmark-overhead.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-benchmark-overhead.yml b/.github/workflows/nightly-benchmark-overhead.yml index a5439f14eabf..bb7f9068fb47 100644 --- a/.github/workflows/nightly-benchmark-overhead.yml +++ b/.github/workflows/nightly-benchmark-overhead.yml @@ -28,7 +28,7 @@ jobs: - name: copy results back to gh-pages branch run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results - name: commit updated results - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: add: 'benchmark-overhead/results' cwd: './gh-pages'