Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-07-02 12:00:00 +0300
committerGitHub <noreply@github.com>2021-07-02 12:00:00 +0300
commit158e6c6b97f4b59a19fc7c129a1807c8b167470b (patch)
tree9dd450b68eefea35fdc9a98438c7cbd2f90639b8 /.github
parent69ffa8cb89b2e003491f762b25e0e796bc94ca58 (diff)
parent4fa74ec2b12784d879dcd9ebc3fa19f176365271 (diff)
Merge pull request #5265 from nextcloud/dependabot/github_actions/hmarr/auto-approve-action-2.1.0
Bump hmarr/auto-approve-action from 2.0.0 to 2.1.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve-merge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index b56a1da47..0584e8c0e 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Default github action approve
- - uses: hmarr/auto-approve-action@v2.0.0
+ - uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}