Skip to content

Commit afe27ac

Browse files
ci: pin hmarr/auto-approve-action action to v2.4.0 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2650dac commit afe27ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212

1313
steps:
14-
- uses: hmarr/auto-approve-action@v2
14+
- uses: hmarr/auto-approve-action@9ae347e9f84a25da76c915a406cb17cfece1716d # v2.4.0
1515
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renovate[bot]'
1616
with:
1717
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)