aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-25 11:06:19 +0000
committerGitHub <noreply@github.com>2021-10-25 11:06:19 +0000
commite58b9640a866d728418da774346186195deb486f (patch)
treee78fee30461cb534155531d6a386e99a1d4f5725
parentf20bbfcc5a54deaa23cf432e9b5eba1f1cfcd0f6 (diff)
downloadtranslated-content-dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6.tar.gz
translated-content-dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6.tar.bz2
translated-content-dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6.zip
Bump ahmadnassri/action-dependabot-auto-merge from 2.4 to 2.6dependabot/github_actions/ahmadnassri/action-dependabot-auto-merge-2.6
Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from 2.4 to 2.6. - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases) - [Commits](https://github.com/ahmadnassri/action-dependabot-auto-merge/compare/v2.4...v2.6) --- updated-dependencies: - dependency-name: ahmadnassri/action-dependabot-auto-merge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/auto-merge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
index ed88864f35..5a206ab3ad 100644
--- a/.github/workflows/auto-merge.yml
+++ b/.github/workflows/auto-merge.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- - uses: ahmadnassri/action-dependabot-auto-merge@v2.4
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"