Skip to content

Commit 9bfb850

Browse files
Merge pull request #1346 from nextcloud/renovate/hmarr-auto-approve-action-4.x
Update hmarr/auto-approve-action action to v4
2 parents 944f99e + 0122a05 commit 9bfb850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoApproveDependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
pull-requests: write
2626

2727
steps:
28-
- uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1
28+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/autoApproveSync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
runs-on: ubuntu-latest
2525
if: ${{ contains(github.event.pull_request.labels.*.name, 'sync') && github.actor == 'nextcloud-android-bot' }}
2626
steps:
27-
- uses: hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4 # v3.2.1
27+
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
2828
with:
2929
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)