From fdc8138181a41e3866c1a78ae41c733433ea83ac Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 29 Apr 2021 19:12:30 -0400 Subject: [PATCH] ci: correct action name --- .github/workflows/merge-dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index 4b1951abd..b33d76c1d 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -1,4 +1,4 @@ -name: Auto-merge minor/patch +name: Auto-merge Dependabot PRs on: schedule: - cron: "0 * * * *" @@ -7,7 +7,7 @@ jobs: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - - uses: koj-co/dependabot-pr-action@v1 + - uses: koj-co/dependabot-pr-action@v1.0.0 with: token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }} merge-minor: true