Skip to content

Commit 7e97d1c

Browse files
[meta]: Bump hmarr/auto-approve-action from 3 to 4
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3 to 4. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](hmarr/auto-approve-action@v3...v4) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7d4a04 commit 7e97d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-approve:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: hmarr/auto-approve-action@v3
11+
- uses: hmarr/auto-approve-action@v4
1212
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' || github.actor == 'github-actions[bot]' }}
1313
with:
1414
github-token: "${{ secrets.REVIEW_TOKEN }}"

0 commit comments

Comments
 (0)