From 9ed863e2b0fbef7e7c6c59c9ef2d53e593fa61b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:27:24 -0400 Subject: [PATCH] Bump ad-m/github-push-action from 0.6.0 to 0.8.0 (#3372) Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index f0fb3f9f73..4eb360aba3 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -114,7 +114,7 @@ jobs: cd .. - name: Upload results if: github.event_name == 'push' - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: directory: gh-pages branch: gh-pages