From 2177a22605082713b88ac0956337d6256d456195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:09:02 -0800 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 8 (#5190) Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8. - [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) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9e61c75d2d..e24cb8e74c 100644 --- a/.github/workflows/nightly-benchmark-overhead.yml +++ b/.github/workflows/nightly-benchmark-overhead.yml @@ -30,7 +30,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@v8 with: add: 'benchmark-overhead/results' cwd: './gh-pages'