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

This commit is contained in:
renovate[bot] 2023-05-11 11:08:31 +00:00 committed by GitHub
parent 532fd10bf8
commit 6962d7728f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.3.1
uses: xalvarez/prevent-file-change-action@v1.3.2
if: ${{ github.event.pull_request.head.ref != 'i18n_master' }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}