From f6b2147d68a925ee7da140662ab2cb446a7c27be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:50:51 +0200 Subject: [PATCH] Bump ad-m/github-push-action from a3fd843e49cd58d296bdd2431c4853569a1b900f to 0.6.0 (#1660) Bump ad-m/github-push-action Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from a3fd843e49cd58d296bdd2431c4853569a1b900f to 0.6.0. This release includes the previously tagged commit. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/a3fd843e49cd58d296bdd2431c4853569a1b900f...40bf560936a8022e68a3c00e7d2abefaf01305a6) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ac70868c..92ef4e428 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -80,7 +80,7 @@ jobs: git config --local user.name "Selenium CI Bot" git commit -m "Update tag in docs and files [skip ci]" -a - name: Push changes - uses: ad-m/github-push-action@a3fd843e49cd58d296bdd2431c4853569a1b900f # master + uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # master with: github_token: ${{ secrets.SELENIUM_CI_TOKEN }} branch: trunk