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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-23 02:36:23 +0300
committerGitHub <noreply@github.com>2022-08-23 02:36:23 +0300
commit00fc7c9fe9ef96fb45a46699ed8e97cbae17222f (patch)
tree94af39f956c0b3135f5ebf6a4a8d581f6a3922eb /.github
parent0b8d7fbb4d9d3958419d6ac506e0bd6d898599df (diff)
Bump hmarr/auto-approve-action from 2.2.1 to 2.4.0dependabot/github_actions/hmarr/auto-approve-action-2.4.0
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.2.1...v2.4.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autoApproveDependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autoApproveDependabot.yml b/.github/workflows/autoApproveDependabot.yml
index 6282e47e0..39e07b729 100644
--- a/.github/workflows/autoApproveDependabot.yml
+++ b/.github/workflows/autoApproveDependabot.yml
@@ -7,7 +7,7 @@ jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- - uses: hmarr/auto-approve-action@v2.2.1
+ - uses: hmarr/auto-approve-action@v2.4.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"