build(deps): update xalvarez/prevent-file-change-action action to v1.5.1

This commit is contained in:
renovate[bot] 2023-11-25 06:36:41 +00:00 committed by GitHub
parent de1d6e3183
commit cb6df1d142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Prevent File Change
uses: xalvarez/prevent-file-change-action@v1.4.0
uses: xalvarez/prevent-file-change-action@v1.5.1
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}